Is there any way to get isc.warn message to respect line breaks? Something like
isc.warn("test \n test"); I want to have shown as
test
test
instead of test test
isc.warn("test \n test"); I want to have shown as
test
test
instead of test test
Comment