Skip to content

Commit 3e8e932

Browse files
style(cli): format output.test.ts after shorter stack-trace string
The renamed stack frame made the debug line short enough to fit on one line; biome ci flagged the formatting diff. Run the formatter.
1 parent 115c16d commit 3e8e932

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cli/tests/output.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ describe("shell output", () => {
9393
summary: "App deploy failed",
9494
why: "ENOENT: missing file",
9595
fix: "Retry the command.",
96-
debug:
97-
"Error: ENOENT: missing file\n at stageStandaloneArtifact",
96+
debug: "Error: ENOENT: missing file\n at stageStandaloneArtifact",
9897
}),
9998
{ trace: true },
10099
);

0 commit comments

Comments
 (0)