lib/phase/util/console.rb in phase-0.0.17 vs lib/phase/util/console.rb in phase-1.0.0.rc1

- old
+ new

@@ -13,10 +13,9 @@ puts "[phase]".green + " #{ str }" end # Prints a message and then exits. def fail(str) - puts abort "[phase]".red + " #{ str }" end end end