Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Molinaro committed Aug 14, 2021
1 parent 5d45b21 commit 5ff3835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-resolve/src/defaultResolver.ts
Expand Up @@ -90,7 +90,7 @@ function statSyncCached(path: string): IPathType {
throw e;
}
} finally {
// Object.defineProperty(Error, 'stackTraceLimit', oldTrace);
Object.defineProperty(Error, 'stackTraceLimit', oldTrace);
}

if (stat) {
Expand Down

0 comments on commit 5ff3835

Please sign in to comment.