new(basic.gblib): New batch features.

This commit is contained in:
Rodrigo Rodriguez 2024-06-15 20:39:53 -03:00
parent ccc8fdd2d7
commit 8b8ccab773

View file

@ -1032,7 +1032,7 @@ export class KBService implements IGBKBService {
if (website) {
// Removes last slash if any.
website = website.replace(/\/(?=[^\/]*$)/, '');
website.endsWith('/')?website.substring(0, website.length-1):website;
let path = DialogKeywords.getGBAIPath(min.botId, `gbot`);
const directoryPath = Path.join(process.env.PWD, 'work', path, 'Website');