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.
1 parent f62b948 commit 5a98514Copy full SHA for 5a98514
packages/node/src/integrations/contextlines.ts
@@ -11,7 +11,7 @@ const LRU_FILE_CONTENTS_FS_READ_FAILED = new LRUMap<string, 1>(20);
11
const DEFAULT_LINES_OF_CONTEXT = 7;
12
const INTEGRATION_NAME = 'ContextLines';
13
// Determines the upper bound of lineno/colno that we will attempt to read. Large colno values are likely to be
14
-// minified code while large colno values are likely to be bundled code.
+// minified code while large lineno values are likely to be bundled code.
15
// Exported for testing purposes.
16
export const MAX_CONTEXTLINES_COLNO: number = 1000;
17
export const MAX_CONTEXTLINES_LINENO: number = 10000;
0 commit comments