Closed HolyNaet closed 1 week ago
OS: Windows 10 (Build 19044.5247) Platform: Steam
Minimal script to reproduce the issue:
export async function main(ns: NS) { while (true) { ns.tprint('I\m running!'); await ns.sleep(5000); } }
Steps to reproduce:
Behavior: Script does not continue running as intended.
Fixed by #1857.
OS: Windows 10 (Build 19044.5247) Platform: Steam
Minimal script to reproduce the issue:
Steps to reproduce:
Behavior: Script does not continue running as intended.