| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c7436df commit 566e2fe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,11 +99,10 @@ void ConnectionWrap<WrapType, UVType>::AfterConnect(uv_connect_t* req, | |||
| 99 | 99 | writable = uv_is_writable(req->handle) != 0; | |
| 100 | 100 | } | |
| 101 | 101 | ||
| 102 | - Local<Object> req_wrap_obj = req_wrap->object(); | ||
| 103 | 102 | Local<Value> argv[5] = { | |
| 104 | 103 | Integer::New(env->isolate(), status), | |
| 105 | 104 | wrap->object(), | |
| 106 | - req_wrap_obj, | ||
| 105 | + req_wrap->object(), | ||
| 107 | 106 | Boolean::New(env->isolate(), readable), | |
| 108 | 107 | Boolean::New(env->isolate(), writable) | |
| 109 | 108 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments