diff --git a/src/NetscriptFunctions.ts b/src/NetscriptFunctions.ts index ae122b980..dfa931e6c 100644 --- a/src/NetscriptFunctions.ts +++ b/src/NetscriptFunctions.ts @@ -522,7 +522,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS { if (isNaN(hackAmount)) { throw makeRuntimeErrorMsg( "hackAnalyzeThreads", - `Invalid growth argument passed into hackAnalyzeThreads: ${hackAmount}. Must be numeric.`, + `Invalid hackAmount argument passed into hackAnalyzeThreads: ${hackAmount}. Must be numeric.`, ); }