chore: fix lint:js-in-markdown script (#38260)

This commit is contained in:
David Sanders
2023-05-15 00:58:35 -07:00
committed by GitHub
parent 0149ae72e6
commit eeb1e7d499
26 changed files with 1078 additions and 586 deletions

View File

@@ -1346,7 +1346,7 @@ app.setLoginItemSettings({
path: updateExe,
args: [
'--processStart', `"${exeName}"`,
'--process-start-args', `"--hidden"`
'--process-start-args', '"--hidden"'
]
})
```