Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add saber eject-theme command #259

Merged
merged 14 commits into from
Aug 19, 2019
Prev Previous commit
Next Next commit
fix: linting
krmax44 committed Aug 8, 2019
commit f98feccdd83d67f6c4793b3aed325e696d135d96
4 changes: 1 addition & 3 deletions packages/saber/lib/cli-commands/eject.js
Original file line number Diff line number Diff line change
@@ -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".`
)
}