lib/core/text.rb in rise-cli-0.3.2 vs lib/core/text.rb in rise-cli-0.3.4

- old
+ new

@@ -16,9 +16,9 @@ # # Prints +msg+ if the +RISE_VERBOSE+ environment variable is set to 'yes' (set with --verbose) # def self.vputs(msg='') - puts("[" + Paint["VERBOSE"] + "] - " + msg) if ENV['RISE_VERBOSE'] == 'yes' + puts("[" + Paint["VERBOSE", "yellow"] + "] - " + msg) if ENV['RISE_VERBOSE'] == 'yes' end end end