lib/faastruby/server/local.rb in faastruby-0.5.6 vs lib/faastruby/server/local.rb in faastruby-0.5.7
- old
+ new
@@ -13,10 +13,12 @@
cmd << "faastruby watch"
5.times do
system(cmd.join(" "))
sleep 1
end
- puts "FaaStRuby Local exited. Please press CTRL+C."
+ puts "FaaStRuby Local exited due to an error."
+ puts "If you think this shouldn't have happened, open an issue here: https://github.com/FaaStRuby/faastruby-cli/issues/new"
+ exit 1
end
end
end
end
\ No newline at end of file