summaryrefslogtreecommitdiff
path: root/bin/leap
diff options
context:
space:
mode:
Diffstat (limited to 'bin/leap')
-rwxr-xr-xbin/leap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/leap b/bin/leap
index 512201c..47dfdf9 100755
--- a/bin/leap
+++ b/bin/leap
@@ -2,7 +2,10 @@
if ARGV.include?('--debug') || ARGV.include?('-d')
DEBUG=true
- require 'debugger'
+ begin
+ require 'debugger'
+ rescue LoadError
+ end
else
DEBUG=false
end