Skip to content

Commit

Permalink
Override indenting depth, see #1350
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 10, 2022
1 parent 038d452 commit 05c66c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/scripts/hook-pre-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const phetTimingLog = require( '../../../perennial-alias/js/common/phetTimingLog
}
throw new Error( message );
}
}, {
depth: 1
} );
} );

Expand Down

0 comments on commit 05c66c8

Please sign in to comment.