There was an error while loading. Please reload this page.
$EDITOR
1 parent 8bfd7ef commit df3fadeCopy full SHA for df3fade
1 file changed
packages/core/src/voteUsingGit.ts
@@ -60,7 +60,7 @@ export async function voteAndCommit({
60
console.log("Ballot is ready for edit.");
61
await runChildProcessAsync(EDITOR, [
62
path.join(cwd, subPath, `${handle || username}.yml`),
63
- ]);
+ ], { spawnArgs: { shell: true } });
64
rawBallot = await fs.readFile(
65
path.join(cwd, subPath, `${handle || username}.yml`)
66
);
0 commit comments