fix(basic.gblib): More code instrumentation.
This commit is contained in:
parent
30f3b36469
commit
fbd50f50bc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue