From 727a003d00323f96667f0291e30a1704291e996c Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 9 Dec 2023 09:41:33 +0100 Subject: [PATCH] tools: typograf: exit code --- tools/typograf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/typograf.js b/tools/typograf.js index 8ed2284..a9bb57f 100644 --- a/tools/typograf.js +++ b/tools/typograf.js @@ -3,7 +3,7 @@ import { readFileSync, writeFile } from 'fs' if (!process.argv[2]) { console.log('Usage:\n node typograf file [locale]') - return + process.exit(1) } const filePath =