diff --git a/.eslintrc.yml b/.eslintrc.yml index 42fa4f14..00136bfd 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,6 +1,7 @@ env: browser: true es2021: true + node: true extends: eslint:recommended parserOptions: ecmaVersion: latest diff --git a/downloader.js b/downloader.js index 7ab4d07c..60600c8c 100644 --- a/downloader.js +++ b/downloader.js @@ -158,7 +158,6 @@ const createCommand = () => { } } - /** * Runs a command in a separate process, printing errors and debugging info to the console * @param command The command to run