mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-05 04:47:25 +00:00
tools: typograf: exit code
This commit is contained in:
parent
734e6282e0
commit
727a003d00
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { readFileSync, writeFile } from 'fs'
|
||||||
|
|
||||||
if (!process.argv[2]) {
|
if (!process.argv[2]) {
|
||||||
console.log('Usage:\n node typograf file [locale]')
|
console.log('Usage:\n node typograf file [locale]')
|
||||||
return
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
const filePath =
|
const filePath =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue