Skip to content

Commit

Permalink
fix(basic.gblib): More code instrumentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 28, 2021
1 parent 30f3b36 commit fbd50f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/basic.gblib/services/SystemKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit fbd50f5

Please sign in to comment.