Skip to content

Commit 7d82840

Browse files
committed
knip
1 parent 5f5cd24 commit 7d82840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/limits.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface ExecutionLimits {
3131
* These are conservative limits designed to prevent runaway execution
3232
* while allowing reasonable scripts to complete.
3333
*/
34-
export const DEFAULT_LIMITS: Required<ExecutionLimits> = {
34+
const DEFAULT_LIMITS: Required<ExecutionLimits> = {
3535
maxCallDepth: 100,
3636
maxCommandCount: 10000,
3737
maxLoopIterations: 10000,

0 commit comments

Comments
 (0)