Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 65ebd89

Browse files
committed
fix: it's actually 10.15.3
1 parent 888eeb8 commit 65ebd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/debuglet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export class Debuglet extends EventEmitter {
407407
// This is ignorable.
408408
}
409409

410-
if (utils.satisfies(process.version, '>=10 <10.15.2 || >=11 <11.7')) {
410+
if (utils.satisfies(process.version, '>=10 <10.15.3 || >=11 <11.7')) {
411411
if (this.config.capture && this.config.capture.maxDataSize === 0) {
412412
that.logger.warn(NODE_10_CIRC_REF_MESSAGE);
413413
}

0 commit comments

Comments
 (0)