We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f510b5 commit bb03907Copy full SHA for bb03907
ext/js/lib/js/browser.rb
@@ -19,7 +19,7 @@ def require_relative(relative_feature)
19
code = response.text().await.to_s
20
eval_code(code, location)
21
else
22
- raise LoadError.new "cannot load such file -- #{relative_feature}"
+ raise LoadError.new "cannot load such url -- #{location.url}"
23
end
24
25
0 commit comments