提交 ec36edff 编写于 作者: J Jeremy Kemper

Use abort

上级 fa1e6dc5
......@@ -5,7 +5,6 @@ def ensure_requirable(libs)
begin
libs.each { |lib| require lib }
rescue LoadError => e
puts e.message
exit 1
abort e.message
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册