diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-08 11:04:53 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-01-08 11:04:53 -0400 |
commit | 47a4404b4a294e7e127b64f9f930236072b56194 (patch) | |
tree | 6887ce0420fc478c86f45d9a533e4e436dc89862 | |
parent | 2e90eaed378491142cb9d57ce705c58f4a598a10 (diff) |
everything is definitely fine
-rwxr-xr-x | src/upd8.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index c3934a4c..9f0b2dba 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -228,6 +228,8 @@ async function main() { 'precache-data': { type: 'flag', }, + + [parseOptions.handleUnknown]: () => {}, }); const dataPath = cliOptions['data-path'] || process.env.HSMUSIC_DATA; |