Skip to content

Commit

Permalink
for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Mar 1, 2014
1 parent 6f054aa commit 6684ac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/review-compile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ require 'fileutils'
require 'optparse'

def main
Signal.trap(:INT) { exit 1 }
if RUBY_PLATFORM !~ /mswin(?!ce)|mingw|cygwin|bccwin/
Signal.trap(:PIPE, 'IGNORE')
end
# Signal.trap(:INT) { exit 1 }
# if RUBY_PLATFORM !~ /mswin(?!ce)|mingw|cygwin|bccwin/
# Signal.trap(:PIPE, 'IGNORE')
# end
_main
rescue Errno::EPIPE
exit 0
Expand Down

0 comments on commit 6684ac8

Please sign in to comment.