diff --git a/bin/options.js b/bin/options.js index 651fbf047c..60cbcd705e 100644 --- a/bin/options.js +++ b/bin/options.js @@ -30,7 +30,8 @@ function getOptions() { : process.argv[process.argv.indexOf('--opts') + 1]; try { - const opts = fs.readFileSync(optsPath, 'utf8') + const opts = fs + .readFileSync(optsPath, 'utf8') .replace(/\\\s/g, '%20') .split(/\s/) .filter(Boolean)