fix(basic.gblib): More code instrumentation.

This commit is contained in:
Rodrigo Rodriguez 2021-01-28 08:45:29 -03:00
parent 30f3b36469
commit fbd50f50bc

View file

@ -441,7 +441,7 @@ export class SystemKeywords {
* *
*/ */
public async copyFile(src, dest) { public async copyFile(src, dest) {
GBLog.info(`BASIC: COPY '${src}' to '${dest}'`);
let [baseUrl, client] = await this.internalGetDriveClient(); let [baseUrl, client] = await this.internalGetDriveClient();
const botId = this.min.instance.botId; const botId = this.min.instance.botId;
@ -509,7 +509,7 @@ export class SystemKeywords {
* *
*/ */
public async convert(src, dest) { public async convert(src, dest) {
GBLog.info(`BASIC: CONVERT '${src}' to '${dest}'`);
let [baseUrl, client] = await this.internalGetDriveClient(); let [baseUrl, client] = await this.internalGetDriveClient();
const botId = this.min.instance.botId; const botId = this.min.instance.botId;