only bold the file

This commit is contained in:
Daylin Morgan 2024-10-30 14:25:09 -05:00
parent 6bd9bc97da
commit 53f6c36c77
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -62,7 +62,7 @@ when isMainModule:
configPath = val configPath = val
if not fileExists(configPath): if not fileExists(configPath):
quit($bbfmt("file: [b] {configPath} does not exist")) quit($bbfmt("file: [b]{configPath}[/] does not exist"))
typstGen(configPath) typstGen(configPath)