Skip to content

Commit b1ba362

Browse files
fix: update the typeo
1 parent 56efa35 commit b1ba362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/transpile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function transpileTemplate() {
99
console.log("Output directory for transpiled files:", outputDir);
1010
await transpileFiles(templateContentDir, outputDir, { recursive: true });
1111
} catch (error) {
12-
console.log("Error during template transpilation:", err)
12+
console.log("Error during template transpilation:", error)
1313
}
1414
}
1515

0 commit comments

Comments
 (0)