This commit is contained in:
2023-07-07 13:15:06 +02:00
parent 91fcbe4e41
commit 75d209bc2d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
// @ts-expect-error missing types
import {openSync} from "fontkit"
import {exec} from "child_process"
import config from "../../icons.config"
import config from "../../icons.config.js"
import {statSync, existsSync} from "fs"
async function run(command: string[] | string): Promise<string> {