autocomplete

This commit is contained in:
Olivier Gagnon
2021-10-15 13:12:18 -04:00
parent 6b0e5416c4
commit c1d4ced331
6 changed files with 24 additions and 19 deletions
-3
View File
@@ -329,9 +329,6 @@ function NetscriptFunctions(workerScript: WorkerScript): NS {
return Factions[name];
};
console.log(workerScript);
console.log(workerScript.args);
const hack = function (ip: any, manual: any, { threads: requestedThreads, stock }: any = {}): Promise<number> {
if (ip === undefined) {
throw makeRuntimeErrorMsg("hack", "Takes 1 argument.");