@@ -438,7 +438,7 @@ function uvException(ctx) {
438
438
message += ` -> '${ dest } '` ;
439
439
}
440
440
441
- // Reducing the limit improves the performance significantly. We do not loose
441
+ // Reducing the limit improves the performance significantly. We do not lose
442
442
// the stack frames due to the `captureStackTrace()` function that is called
443
443
// later.
444
444
const tmpLimit = Error . stackTraceLimit ;
@@ -489,7 +489,7 @@ function uvExceptionWithHostPort(err, syscall, address, port) {
489
489
details = ` ${ address } ` ;
490
490
}
491
491
492
- // Reducing the limit improves the performance significantly. We do not loose
492
+ // Reducing the limit improves the performance significantly. We do not lose
493
493
// the stack frames due to the `captureStackTrace()` function that is called
494
494
// later.
495
495
const tmpLimit = Error . stackTraceLimit ;
@@ -563,7 +563,7 @@ function exceptionWithHostPort(err, syscall, address, port, additional) {
563
563
details += ` - Local (${ additional } )` ;
564
564
}
565
565
566
- // Reducing the limit improves the performance significantly. We do not loose
566
+ // Reducing the limit improves the performance significantly. We do not lose
567
567
// the stack frames due to the `captureStackTrace()` function that is called
568
568
// later.
569
569
const tmpLimit = Error . stackTraceLimit ;
@@ -608,7 +608,7 @@ function dnsException(code, syscall, hostname) {
608
608
}
609
609
}
610
610
const message = `${ syscall } ${ code } ${ hostname ? ` ${ hostname } ` : '' } ` ;
611
- // Reducing the limit improves the performance significantly. We do not loose
611
+ // Reducing the limit improves the performance significantly. We do not lose
612
612
// the stack frames due to the `captureStackTrace()` function that is called
613
613
// later.
614
614
const tmpLimit = Error . stackTraceLimit ;
0 commit comments