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 bf58fe6 commit 4853c6dCopy full SHA for 4853c6d
v8js_methods.cc
@@ -347,7 +347,7 @@ V8JS_METHOD(require)
347
// Enter the module context
348
v8::Context::Scope scope(context);
349
// Set script identifier
350
- v8::Local<v8::String> sname = V8JS_SYM(normalised_module_id);
+ v8::Local<v8::String> sname = V8JS_STR(normalised_module_id);
351
352
v8::Local<v8::String> source = V8JS_STRL(Z_STRVAL_P(module_code), Z_STRLEN_P(module_code));
353
zval_ptr_dtor(&module_code);
0 commit comments