Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
Added a line to the output of the start ensime command with the shell…
Browse files Browse the repository at this point in the history
… cmd

I did this because it makes it much easier for me to debug why the server
isn't starting properly when other people try it out.
  • Loading branch information
mads-hartmann committed Nov 12, 2010
1 parent 31dd934 commit 860523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Start ENSIME.tmCommand
Expand Up @@ -26,7 +26,7 @@ else
TextMate::HTMLOutput.show(
:title => "Textmate ENSIME Server",
:sub_title => "Logs") do |io|
puts "<p>Started the server using: #{ENSIME_SH} '#{TEMP_FILE}'<hr /></p>"
stdin, stdout, stderr = Open3.popen3("#{ENSIME_SH} '#{TEMP_FILE}'")
line = ""
while(line = stdout.gets)
Expand Down

0 comments on commit 860523a

Please sign in to comment.