fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 0721a3fa78 - Show all commits

View file

@ -962,7 +962,7 @@ export class GBVMService extends GBService {
];
keywords[i++] = [
/^\s**save\s*(.*)\s*as\s*(.*)/gim,
/^\s*save\s*(.*)\s*as\s*(.*)/gim,
($0, $1, $2, $3) => {
return `await sys.saveFile({file: ${$2}, data: ${$1})\n`;
}