🚨 Rename variable

This commit is contained in:
TrickyPR 2022-10-20 22:19:00 +11:00
parent a2cfce72d5
commit 539f65d223

View file

@ -168,8 +168,8 @@ export async function setupProject(): Promise<void> {
`You can start downloading the Firefox source code by running |${bin_name} download|`,
'Or you can follow the getting started guide at https://docs.gluon.dev/getting-started/overview/'
)
} catch (e) {
log.error(e)
} catch (error) {
log.error(error)
}
}