Skip to content

Commit 34858d2

Browse files
committed
fixup
1 parent cef5e98 commit 34858d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/server/patch-error-inspect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function parseAndSourceMap(
321321
inspectOptions: util.InspectOptions
322322
): string {
323323
// TODO(veil): Expose as CLI arg or config option. Useful for local debugging.
324-
const showIgnoreListed = true
324+
const showIgnoreListed = false
325325
// We overwrote Error.prepareStackTrace earlier so error.stack is not sourcemapped.
326326
let unparsedStack = String(error.stack)
327327
// We could just read it from `error.stack`.

0 commit comments

Comments
 (0)