run auto fix lint

This commit is contained in:
Olivier Gagnon
2021-04-29 23:52:56 -04:00
parent 77cb63e36a
commit 3fad505096
183 changed files with 1547 additions and 1546 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ export async function executeJSScript(scripts = [], workerScript) {
if (urls != null) {
for (const b in urls) URL.revokeObjectURL(b.url);
}
};
}
}
/** Returns whether we should compile the script parameter.
@@ -121,7 +121,7 @@ export function _getScriptUrls(script, scripts, seen) {
// The top url in the stack is the replacement import file for this script.
urlStack.push(...urls);
return [prefix, urls[urls.length - 1].url, suffix].join('');
}
},
);
// We automatically define a print function() in the NetscriptJS module so that