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 a37a0ad commit f0b871bCopy full SHA for f0b871b
src/node_contextify.cc
@@ -440,7 +440,8 @@ class ContextifyContext {
440
desc_for_sandbox->set_configurable(desc.configurable());
441
}
442
// Set the property on the sandbox.
443
- sandbox->DefineProperty(context, property, *desc_for_sandbox);
+ sandbox->DefineProperty(context, property, *desc_for_sandbox)
444
+ .FromJust();
445
};
446
447
if (desc.has_get() || desc.has_set()) {
0 commit comments