Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Thanks to Bepis on Discord for helping find the issue!
|
|
|
|
|
|
|
|
|
|
|
|
The console interceptor now uses a marker in the string (instead of a state field) to track whether the message should intercepted. This makes each write more atomic, so it's less affected by multithreading in some cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$LAUNCHER does not evaluate when enclosed in single quotes. Changed to double quotes to run properly.
|
|
|
|
|
|
|
|
|
|
|
|
|