We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05102c commit 8a327fbCopy full SHA for 8a327fb
1 file changed
src/js_stream.cc
@@ -163,6 +163,7 @@ void JSStream::Finish(const FunctionCallbackInfo<Value>& args) {
163
164
165
void JSStream::ReadBuffer(const FunctionCallbackInfo<Value>& args) {
166
+ v8::TryCatch try_catch(args.GetIsolate());
167
JSStream* wrap;
168
ASSIGN_OR_RETURN_UNWRAP(&wrap, args.This());
169
0 commit comments