new(basic.gblib): REPORT AND RESET REPORT new keywords @othonlima
This commit is contained in:
parent
078eb21a8c
commit
8d7b7cb956
1 changed files with 5 additions and 0 deletions
|
@ -843,6 +843,11 @@ export class SystemKeywords {
|
|||
*
|
||||
*/
|
||||
public async save({ pid, file, args }): Promise<any> {
|
||||
|
||||
if (!args){
|
||||
return;
|
||||
}
|
||||
|
||||
const { min } = await DialogKeywords.getProcessInfo(pid);
|
||||
GBLog.info(`BASIC: Saving '${file}' (SAVE). Args: ${args.join(',')}.`);
|
||||
let { baseUrl, client } = await GBDeployer.internalGetDriveClient(min);
|
||||
|
|
Loading…
Add table
Reference in a new issue