I don't know if there is anything you can do about this, but when using console.log and console.error in the same process their output may not be in the same order as intended.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I don't know if there is anything you can do about this, but when using
console.log
andconsole.error
in the same process their output may not be in the same order as intended.For example I have the following code:
When using
--raw
I get the following output:When using
-t 0
I get the following output:Again, I don't know if there is anything you can do about this, but I wanted to make you aware of the problem.