Skip to content

Commit 9f510b5

Browse files
committed
Remove redundant ::
1 parent 5a4e24e commit 9f510b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm-packages/ruby-wasm-wasi/src/browser.script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const patchRequireRelative = (vm: RubyVM) => {
100100
101101
original_require_relative(file)
102102
rescue LoadError
103-
::JS::Browser.instance.require_relative(path)
103+
JS::Browser.instance.require_relative(path)
104104
end
105105
end
106106
`;

0 commit comments

Comments
 (0)