lib/airake/fcsh.rb in airake-0.1.10 vs lib/airake/fcsh.rb in airake-0.1.11

- old
+ new

@@ -45,10 +45,10 @@ while(line = s.gets) puts line end end rescue StandardError => e - raise FCSHError.new("[FCSH ERROR] Was unable to connect to a running fcshd process for stopping") + raise FCSHError.new("[FCSH ERROR] Was unable to connect to a running fcsh process for stopping") end end def execute(args) start_time = Time.now