Skip to content

Commit bbffbd3

Browse files
pnpm to npm
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 68852ef commit bbffbd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/helpers/pnpm-helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ export async function runCreateLetter(options: {
7575
output += text;
7676
process.stdout.write(text);
7777
});
78-
child.on("close", (code) => {
7978
if (code !== 0) {
80-
reject(new Error(`pnpm exited with ${code}`));
79+
reject(new Error(`npm exited with ${code}`));
8180
return;
8281
}
82+
}
8383

8484
const letterIdsMatch = /LETTER_IDS:(\[[^\n]*\])/.exec(output);
8585
if (!letterIdsMatch) {

0 commit comments

Comments
 (0)