Closed
Description
so basically when i launch bot,js under node.js it will say that the module file manager has a syntax error:unexpected token (
this is what the code looks like
FileManager.prototype.saveFiles = FileManager.prototype.writeFiles = function(files) {
return new Promise(async (resolve, reject) => {
try {
await Promise.all(Object.keys(files).map(filename => this.saveFile(filename, files[filename])));
resolve();
} catch (ex) {
reject(ex);
}
});
};
it also lists many other proplems with other files
Metadata
Metadata
Assignees
Labels
No labels