From d84157b32b1fb9093becd08d479c1cf1f06f6f46 Mon Sep 17 00:00:00 2001 From: Alain Bryden <2285037+alainbryden@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:55:36 -0400 Subject: [PATCH] Add to comments --- ascend.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ascend.js b/ascend.js index b00f3abc..7a8a8612 100644 --- a/ascend.js +++ b/ascend.js @@ -188,7 +188,8 @@ export async function main(ns) { pid = ns.run(getFilePath('faction-manager.js'), 1, ...facmanArgs); await waitForProcessToComplete(ns, pid, true); // Wait for the script to shut down, indicating it is done. - // Clean up our temp folder - it's good to do this once in a while to reduce the save footprint. + // Clean up our temp folder - it's good to do this once in a while to reduce the save footprint + // As well as to ensure that data written out on this bitnode don't confuse scripts in the next one. await waitForProcessToComplete(ns, ns.run(getFilePath('cleanup.js')), true); // FINALLY: If configured, soft reset