mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 09:13:07 +02:00
autocomplete
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user