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 b6a0afc commit f788a47Copy full SHA for f788a47
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