Skip to content

Commit 947742c

Browse files
jazellylegendecas
andauthored
Update src/node_messaging.cc
Co-authored-by: Chengzhong Wu <[email protected]>
1 parent 63b3a23 commit 947742c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node_messaging.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class DeserializerDelegate : public ValueDeserializer::Delegate {
142142
if (!deserializer->ReadUint32(&id))
143143
return MaybeLocal<Object>();
144144

145+
EscapableHandleScope scope(isolate);
145146
Local<Context> context = isolate->GetCurrentContext();
146147
if (id == kDOMExceptionTag) {
147148
return ReadDOMException(isolate, context, deserializer);

0 commit comments

Comments
 (0)