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.
2 parents 39d6ef6 + bd69629 commit 5823137Copy full SHA for 5823137
src/node/domain.ts
@@ -43,15 +43,15 @@ export class Domain extends EventEmitter {
43
}
44
45
exit(): void {
46
- // Insteading of throwing, we just don't do anything here.
+ // Instead of throwing, we just don't do anything here.
47
48
49
add(_ee: unknown): void {
50
51
52
53
remove(_ee: unknown): void {
54
55
56
57
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
0 commit comments