Bisa / factorio-init

Factorio init script
MIT License
415 stars 82 forks source link

correctly determine beginning and end of cmd output in send_cmd #127

Closed N-Coder closed 6 years ago

N-Coder commented 6 years ago

and return output in correct order instead of in reverse.

Instead of relying on the command being complete after 1 second and then going through the log in reverse to find the beginning, we now place two unique beginning and end markers in the log file. This allows us to

Please note that:

This also fixes #116