Skip to content

Commit 9c20ea8

Browse files
committed
[CI debug] - attempting to diagnose windows failure
1 parent 03ce719 commit 9c20ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webui/quarto-preview/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const buildFromArgs = () => {
1717
};
1818

1919
const run = async (args: string[], quiet = true) => {
20+
console.log(`Running: ${Deno.execPath()} ${args.join(" ")}`);
2021
const command = new Deno.Command(Deno.execPath(), {
2122
args,
2223
});

0 commit comments

Comments
 (0)