new(basic.gblib): New batch features.
This commit is contained in:
parent
ccc8fdd2d7
commit
8b8ccab773
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue