🐛 Remove quiet flag from add

This commit is contained in:
trickypr 2022-01-23 20:31:35 +11:00
parent 23643abe13
commit 844b18b9c2

View file

@ -54,7 +54,7 @@ export const init = async (
false,
logInfo
)
await dispatch('git', ['add', '-f', '-q', '.'], dir as string, false, logInfo)
await dispatch('git', ['add', '-f', '.'], dir as string, false, logInfo)
await dispatch(
'git',
['commit', '-am', '-q', `"Firefox ${version}"`],