Sublime Forum

Unmangle stdout and stderr in output

#1

Hi,
My question is: is there any way to unmangle stdout and stderr in the output console on windows?
For example when I run:
puts ‘foo’
raise ‘bar’

I expect to see:
foo
C:/dev/test.rb:2:in `’: bar (RuntimeError)

Instead I see:
C:/dev/test.rb:2foo
: bar (RuntimeError)

I’m just trying sublime editor and I don’t want to go any further with it unless it can give nice output.
Thanks

0 Likes

#2

+1 for this. It’s an annoyance. Don’t know of any solution besides running the file via your terminal.

0 Likes