Skip to content

Commit 24aee30

Browse files
pklaschkaCopilot
andauthored
Update main.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c46b7d2 commit 24aee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (import.meta.main) {
3535
);
3636
if (replace || output) {
3737
await Deno.writeTextFile(output ?? path, fileContents);
38-
console.log(`File written: ${path}`);
38+
console.log(`File written: ${output ?? path}`);
3939
} else {
4040
console.log(fileContents);
4141
}

0 commit comments

Comments
 (0)