mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 17:55:32 +02:00
🐛 Remove quiet flag from add
This commit is contained in:
parent
23643abe13
commit
844b18b9c2
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export const init = async (
|
||||||
false,
|
false,
|
||||||
logInfo
|
logInfo
|
||||||
)
|
)
|
||||||
await dispatch('git', ['add', '-f', '-q', '.'], dir as string, false, logInfo)
|
await dispatch('git', ['add', '-f', '.'], dir as string, false, logInfo)
|
||||||
await dispatch(
|
await dispatch(
|
||||||
'git',
|
'git',
|
||||||
['commit', '-am', '-q', `"Firefox ${version}"`],
|
['commit', '-am', '-q', `"Firefox ${version}"`],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue