diff --git a/packages/basic.gblib/services/SystemKeywords.ts b/packages/basic.gblib/services/SystemKeywords.ts index f345ff41..1ca3b38f 100644 --- a/packages/basic.gblib/services/SystemKeywords.ts +++ b/packages/basic.gblib/services/SystemKeywords.ts @@ -441,7 +441,7 @@ export class SystemKeywords { * */ public async copyFile(src, dest) { - + GBLog.info(`BASIC: COPY '${src}' to '${dest}'`); let [baseUrl, client] = await this.internalGetDriveClient(); const botId = this.min.instance.botId; @@ -509,7 +509,7 @@ export class SystemKeywords { * */ public async convert(src, dest) { - + GBLog.info(`BASIC: CONVERT '${src}' to '${dest}'`); let [baseUrl, client] = await this.internalGetDriveClient(); const botId = this.min.instance.botId;