From 53f6c36c77863c0180595005a2e449bc16b316e7 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 30 Oct 2024 14:25:09 -0500 Subject: [PATCH] only bold the file --- src/typstgen.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typstgen.nim b/src/typstgen.nim index a86e815..372b6c7 100644 --- a/src/typstgen.nim +++ b/src/typstgen.nim @@ -62,7 +62,7 @@ when isMainModule: configPath = val if not fileExists(configPath): - quit($bbfmt("file: [b] {configPath} does not exist")) + quit($bbfmt("file: [b]{configPath}[/] does not exist")) typstGen(configPath)