pscott / TaskMaster

TBD
0 stars 0 forks source link

eprintln! and println! can panic #13

Open pscott opened 3 years ago

pscott commented 3 years ago

The macros eprintln! and println! can panic if they fail. This might be an issue, considering taskmaster's output file / tty could be closed, and we would still want taskmaster to run...

Need to investigate this issue and add tests.