aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/log.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-10 23:54:50 -0800
committerelijah <elijah@riseup.net>2013-02-10 23:54:50 -0800
commitd68e6a718f0b8c982b0d502558b6b25eb2df23fb (patch)
tree4f7cb904ae593c706775ec150dbd8753a7c739c9 /lib/leap_cli/log.rb
parentb57bd7654615aa501d1e7ad662aaabd70c11620a (diff)
downloadleap_cli-d68e6a718f0b8c982b0d502558b6b25eb2df23fb.tar.gz
leap_cli-d68e6a718f0b8c982b0d502558b6b25eb2df23fb.tar.bz2
add debug notice if file is missing for macro file_path(x)
Diffstat (limited to 'lib/leap_cli/log.rb')
-rw-r--r--lib/leap_cli/log.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/leap_cli/log.rb b/lib/leap_cli/log.rb
index e111693..ab361d5 100644
--- a/lib/leap_cli/log.rb
+++ b/lib/leap_cli/log.rb
@@ -88,6 +88,7 @@ module LeapCli
when :nochange then ['no change', :magenta]
when :loading then ['loading', :magenta]
when :missing then ['missing', :yellow, :bold]
+ when :skipping then ['skipping', :yellow, :bold]
when :run then ['run', :magenta]
when :failed then ['FAILED', :red, :bold]
when :completed then ['completed', :green, :bold]