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 b14e57c commit 050384bCopy full SHA for 050384b
src/vm/js/nqp-runtime/runtime.js
@@ -210,7 +210,7 @@ if (process.browser) {
210
const realModule = module;
211
op.loadbytecodefh = function(ctx, fh, file) {
212
// HACK - loadbytecodefh shouldn't use eval
213
- const module = {require: function(path) {
+ const module = {require: function(path) { // eslint-disable-line no-unused-vars
214
return realModule.require(path);
215
}};
216
const oldLoaderCtx = exports.loaderCtx;
0 commit comments