| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fbcf602 commit 7fc5e6d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -372,8 +372,8 @@ int FileHandle::ReadStart() { | |||
| 372 | 372 | // Use a fresh async resource. | |
| 373 | 373 | // Lifetime is ensured via AsyncWrap::resource_. | |
| 374 | 374 | Local<Object> resource = Object::New(env()->isolate()); | |
| 375 | - resource->Set( | ||
| 376 | - env()->context(), env()->handle_string(), read_wrap->object()); | ||
| 375 | + USE(resource->Set( | ||
| 376 | + env()->context(), env()->handle_string(), read_wrap->object())); | ||
| 377 | 377 | read_wrap->AsyncReset(resource); | |
| 378 | 378 | read_wrap->file_handle_ = this; | |
| 379 | 379 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments