Skip to content

Commit

Permalink
[Squash] oops
Browse files Browse the repository at this point in the history
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
  • Loading branch information
jasnell and Flarna committed Dec 21, 2021
1 parent 54275fd commit 2fa4e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/events.md
Expand Up @@ -1194,7 +1194,7 @@ const ee2 = new EventEmitter();

// 'foo' listeners on ordinary EventEmitters that do not track async
// context, however, run in the same async context as the emit().
ee1.on('foo', () => {
ee2.on('foo', () => {
notStrictEqual(executionAsyncId(), ee2.asyncId());
notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId());
});
Expand Down

0 comments on commit 2fa4e14

Please sign in to comment.