The script was imported but failed to start.
Enabled debugging options.
File main.js crashed with unknown error on line 28.
The developer may want to consider changing
code:
var fso = new ActiveXObject('Scripting.FileSystemObject');
to
code:
var fso = new ActiveXObject("Scripting.FileSystemObject");
(the quotes)