You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Description
I can run the canvasDataCli sync command directly from console successfully as:
canvasDataCli sync -c ./config.js
Here is the code file, test.js
var Promise = require('promise');
require('canvas-data-cli');
var s='./config.js';
var command=
canvasDataCli sync -c ${s}
;function exec_command_promise(cmd) {
return new Promise(function (resolve, reject) {
});
};
Additional Information
Node version: 10.14.1
Platform: Windows
The text was updated successfully, but these errors were encountered: