| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6b4cb3 commit 497a08a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,7 +90,6 @@ void PromiseRejectCallback(PromiseRejectMessage message) { | |||
| 90 | 90 | static void SetPromiseRejectCallback( | |
| 91 | 91 | const FunctionCallbackInfo<Value>& args) { | |
| 92 | 92 | Environment* env = Environment::GetCurrent(args); | |
| 93 | - Isolate* isolate = env->isolate(); | ||
| 94 | 93 | ||
| 95 | 94 | CHECK(args[0]->IsFunction()); | |
| 96 | 95 | env->set_promise_reject_callback(args[0].As<Function>()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments