Been using Sublime 3 happily, then suddenly being unable to see output console on Ruby. Really weird - tried everything, clean Sublime state, re-install Ruby, still doesn’'work. Please he
lpOutput not shown in console - Ruby
nutjob2
#2
This usually happens because you have not flushed the buffer of the output stream after writing. This isn’t
required for terminal devices but ST is not a terminal device.
Also, I don’t know which build script you’re using and the problem might be there.
0 Likes
Lkhfly
#3
Hey, thanks for the reply. What’s a build script ? You mean the build system I’m using ? I just press Ruby on build system, add ruby bin to env. variables and it works before for me. Now I could run it if the file is in the same folder as Ruby folder; but if it’s in Documents or elsewhere - it wouldn’t work at all
0 Likes
OdatNurd
#4
Did you create your own sublime-build
file or are you using the one that comes presupplied with Sublime?
0 Likes