mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-10 13:28:06 +02:00
Update prettier to 1.9.1 (#273)
This commit is contained in:
parent
c22203523f
commit
b174ee2d2a
9 changed files with 23 additions and 44 deletions
|
@ -74,9 +74,7 @@ if (versionIndex < 0) {
|
|||
console.error(
|
||||
`${chalk.yellow(
|
||||
'Version ' + currentVersion + ' does not currently exist!'
|
||||
)}\n Version ${
|
||||
currentVersion
|
||||
} is not in the versions.json file. You can only rename existing versions.`
|
||||
)}\n Version ${currentVersion} is not in the versions.json file. You can only rename existing versions.`
|
||||
);
|
||||
process.exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue