Skip to content

Commit

Permalink
Ran format
Browse files Browse the repository at this point in the history
  • Loading branch information
hjellek committed Nov 28, 2024
1 parent 006ac38 commit 72c8bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function pack(srcDir: string, dstDir: string) {
);
});

const lastLine = stdout.trim().split("\n").at(-1)
const lastLine = stdout.trim().split("\n").at(-1);
if (!lastLine) {
throw new Error(`Failed to parse last line from stdout: ${stdout.trim()}`);
}
Expand Down

0 comments on commit 72c8bfc

Please sign in to comment.