Skip to content

Commit

Permalink
Add to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbryden committed Nov 11, 2024
1 parent e7daa01 commit d84157b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ascend.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84157b

Please sign in to comment.