Skip to content

Commit f0c58c0

Browse files
committed
add debug message with code page value
1 parent 40cdbfa commit f0c58c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/command/render/filters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ import { kCodeAnnotations } from "../../format/html/format-html-shared.ts";
6565
import { projectOutputDir } from "../../project/project-shared.ts";
6666
import { relative } from "path/mod.ts";
6767
import { citeIndexFilterParams } from "../../project/project-cites.ts";
68+
import { debug } from "log/mod.ts";
6869

6970
const kQuartoParams = "quarto-params";
7071

@@ -545,6 +546,7 @@ function initFilterParams(dependenciesFile: string) {
545546
if (Deno.build.os === "windows") {
546547
const value = readCodePage();
547548
if (value) {
549+
debug("Windows: Using code page " + value);
548550
Deno.env.set("QUARTO_WIN_CODEPAGE", value);
549551
}
550552
}

0 commit comments

Comments
 (0)