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 c12cbf2 commit 314102bCopy full SHA for 314102b
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