@@ -414,7 +414,7 @@ function uvException(ctx) {
414
414
message += ` -> '${ dest } '` ;
415
415
}
416
416
417
- // Reducing the limit improves the performance significantly. We do not loose
417
+ // Reducing the limit improves the performance significantly. We do not lose
418
418
// the stack frames due to the `captureStackTrace()` function that is called
419
419
// later.
420
420
const tmpLimit = Error . stackTraceLimit ;
@@ -465,7 +465,7 @@ function uvExceptionWithHostPort(err, syscall, address, port) {
465
465
details = ` ${ address } ` ;
466
466
}
467
467
468
- // Reducing the limit improves the performance significantly. We do not loose
468
+ // Reducing the limit improves the performance significantly. We do not lose
469
469
// the stack frames due to the `captureStackTrace()` function that is called
470
470
// later.
471
471
const tmpLimit = Error . stackTraceLimit ;
@@ -539,7 +539,7 @@ function exceptionWithHostPort(err, syscall, address, port, additional) {
539
539
details += ` - Local (${ additional } )` ;
540
540
}
541
541
542
- // Reducing the limit improves the performance significantly. We do not loose
542
+ // Reducing the limit improves the performance significantly. We do not lose
543
543
// the stack frames due to the `captureStackTrace()` function that is called
544
544
// later.
545
545
const tmpLimit = Error . stackTraceLimit ;
@@ -584,7 +584,7 @@ function dnsException(code, syscall, hostname) {
584
584
}
585
585
}
586
586
const message = `${ syscall } ${ code } ${ hostname ? ` ${ hostname } ` : '' } ` ;
587
- // Reducing the limit improves the performance significantly. We do not loose
587
+ // Reducing the limit improves the performance significantly. We do not lose
588
588
// the stack frames due to the `captureStackTrace()` function that is called
589
589
// later.
590
590
const tmpLimit = Error . stackTraceLimit ;
0 commit comments