summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/debug.rb2
-rw-r--r--lib/find.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 220b68d2c..9e777952a 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -535,7 +535,7 @@ Commands
cat[ch] <an Exception> set catchpoint to an exception
b[reak] list breakpoints
cat[ch] show catchpoint
- del[ele][ nnn] delete some or all breakpoints
+ del[ete][ nnn] delete some or all breakpoints
disp[lay] <expression> add expression into display expression list
undisp[lay][ nnn] delete one particular or all display expressions
c[ont] run until program ends or hit breakpoint
diff --git a/lib/find.rb b/lib/find.rb
index b220018b6..3c1653379 100644
--- a/lib/find.rb
+++ b/lib/find.rb
@@ -32,7 +32,7 @@ module Find
d.close
end
end
- rescue Errno::ENOENT
+ rescue Errno::ENOENT, Errno::EACCES
end
end
end