We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ce719 commit 9c20ea8Copy full SHA for 9c20ea8
1 file changed
src/webui/quarto-preview/build.ts
@@ -17,6 +17,7 @@ const buildFromArgs = () => {
17
};
18
19
const run = async (args: string[], quiet = true) => {
20
+ console.log(`Running: ${Deno.execPath()} ${args.join(" ")}`);
21
const command = new Deno.Command(Deno.execPath(), {
22
args,
23
});
0 commit comments