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