We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e3dd5 commit 0a651caCopy full SHA for 0a651ca
src/async_wrap.h
@@ -236,7 +236,7 @@ class AsyncWrap : public BaseObject {
236
bool init_hook_ran_ = false;
237
// Because the values may be Reset(), cannot be made const.
238
double async_id_ = kInvalidAsyncId;
239
- double trigger_async_id_;
+ double trigger_async_id_ = kInvalidAsyncId;
240
};
241
242
} // namespace node
0 commit comments