Skip to content

Commit e62b964

Browse files
committed
Address review comments
1 parent a49e72f commit e62b964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dd-trace/test/debugger/devtools_client/snapshot/target-code/max-collection-size.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
const { LARGE_OBJECT_SKIP_THRESHOLD } = require('../../../../../src/debugger/devtools_client/snapshot/constants')
44

5-
// `LARGE_SIZE` is larger the default maxCollectionSize, but lower than the large object skip threshold, after which
6-
// nothing is captured.
5+
// `LARGE_SIZE` is larger than the default maxCollectionSize, but lower than the large object skip threshold, after
6+
// which nothing is captured.
77
const LARGE_SIZE = LARGE_OBJECT_SKIP_THRESHOLD - 1
88

99
function run () {

0 commit comments

Comments
 (0)