We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--hackmud-path
1 parent 06a037b commit c17726eCopy full SHA for c17726e
src/bin/hsm.ts
@@ -534,7 +534,7 @@ function logError(message: string) {
534
}
535
536
function getHackmudPath() {
537
- const hackmudPathOption = popOption(`hackmud-path`)
+ const hackmudPathOption = popOption(`hackmud-path`)?.value
538
539
if (hackmudPathOption != undefined && typeof hackmudPathOption != `string`) {
540
logError(`Option ${colourN(`--hackmud-path`)} must be a string, got ${colourV(hackmudPathOption)}\n`)
0 commit comments