mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
fix: hard fail when committing initial commit fails
This commit is contained in:
parent
fd234005ec
commit
a3b5864543
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ export const init = async (directory: Command | string): Promise<void> => {
|
|||
await configDispatch('git', {
|
||||
args: ['commit', '-aqm', `"Firefox ${version}"`],
|
||||
cwd: absoluteInitDirectory,
|
||||
// Committing can fail for configuration issues: see https://github.com/zen-browser/desktop/issues/1877
|
||||
killOnError: true,
|
||||
})
|
||||
|
||||
await configDispatch('git', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue