Merge pull request #2586 from zeddrak/patch-4

Made hack log msg consitent with grow and weaken
This commit is contained in:
hydroflame 2022-01-12 11:14:04 -05:00 committed by GitHub
commit 40b3cea836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -335,7 +335,7 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
workerScript.log(
"hack",
() =>
`Executing ${hostname} in ${convertTimeMsToTimeElapsedString(
`Executing on '${server.hostname}' in ${convertTimeMsToTimeElapsedString(
hackingTime * 1000,
true,
)} (t=${numeralWrapper.formatThreads(threads)})`,