diff --git a/packages/saber/lib/cli-commands/eject.js b/packages/saber/lib/cli-commands/eject.js index 6cdf7a3ff..6fe64cc18 100644 --- a/packages/saber/lib/cli-commands/eject.js +++ b/packages/saber/lib/cli-commands/eject.js @@ -41,9 +41,7 @@ module.exports = function(cli) { const relativeDest = path.relative(cwd, destPath) if (await fs.pathExists(destPath)) { handleError( - `The path ${ - options.path - } already exists. Please specify a different one using "--path".` + `The path ${options.path} already exists. Please specify a different one using "--path".` ) } diff --git a/yarn.lock b/yarn.lock index e0017fcf4..b0da1d2f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10168,6 +10168,15 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" +query-string@^5.0.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb" + integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== + dependencies: + decode-uri-component "^0.2.0" + object-assign "^4.1.0" + strict-uri-encode "^1.0.0" + querystring-es3@^0.2.0: version "0.2.1" resolved "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"