| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 77c02aa commit 3a54bb5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -169,7 +169,6 @@ void UDPWrap::New(const FunctionCallbackInfo<Value>& args) { | |||
| 169 | 169 | void UDPWrap::GetFD(Local<String>, const PropertyCallbackInfo<Value>& args) { | |
| 170 | 170 | int fd = UV_EBADF; | |
| 171 | 171 | #if !defined(_WIN32) | |
| 172 | - HandleScope scope(args.GetIsolate()); | ||
| 173 | 172 | UDPWrap* wrap = Unwrap<UDPWrap>(args.Holder()); | |
| 174 | 173 | if (wrap != nullptr) | |
| 175 | 174 | uv_fileno(reinterpret_cast<uv_handle_t*>(&wrap->handle_), &fd); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments