mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 10:02:17 +03:00
.strict()
breaks yargs on macOS big sur (https://github.com/enso-org/ide/pull/657)
Original commit: 6fc78b6157
This commit is contained in:
parent
45aa69bdc3
commit
675b1ae8e1
@ -41,7 +41,11 @@ let optParser = yargs
|
||||
.help()
|
||||
.version(false)
|
||||
.parserConfiguration({'populate--':true})
|
||||
.strict()
|
||||
// FIXME [MM]
|
||||
// This modifier crashes Enso Studio on macOS 11, To test if it works
|
||||
// again in next macOS betas - temporarily solves #650
|
||||
// https://github.com/yargs/yargs/issues/1688
|
||||
// .strict()
|
||||
|
||||
|
||||
// === Config Options ===
|
||||
|
Loading…
Reference in New Issue
Block a user