From bb6c2cd79e7380a35eb335a7357c0e17fa807098 Mon Sep 17 00:00:00 2001 From: lethern Date: Mon, 17 Jan 2022 23:53:44 +0100 Subject: [PATCH] Update NetscriptFunctions.ts --- src/NetscriptFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`, ); }