Closed MondayHopscotch closed 1 year ago
Definitely bit us during LowRezJam. Need to figure out why this is happening
This was caused by haxelib git
hijacking stdin which causes our file read loop to terminate. Adding a echo "" | <haxelib command>
fixed it.
The script runs up and completes this line:
But then stops and does not process any lines past that. Removing the branch allows the script to execute fully.