mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Don't coerce arg passed to electron (#11200)
Approving to trigger a nightly, Apparently argument was already a bool. :fingers-crossed: this is the last fix.
This commit is contained in:
parent
5afcb15ff2
commit
d4ecac5b68
@ -105,7 +105,6 @@ export const args: Arguments = await yargs(process.argv.slice(2))
|
||||
type: 'boolean',
|
||||
description: 'Should signing/notarization be performed (defaults to true)',
|
||||
default: true,
|
||||
coerce: (p: string) => p === 'true',
|
||||
},
|
||||
}).argv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user