We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05b942 commit 7478835Copy full SHA for 7478835
lib/debug/source_repository.rb
@@ -16,7 +16,7 @@ def add iseq, src
16
def add_path path, src: nil
17
case
18
when src
19
- if File.file?(path)
+ if path && File.file?(path)
20
path = '(eval)' + path
21
src = nil
22
end
0 commit comments