We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e36833 + fd54213 commit f91782dCopy full SHA for f91782d
src/command/dev-call/show-ast-trace/cmd.ts
@@ -44,7 +44,7 @@ export const showAstTraceCommand = new Command()
44
const traceName = join(dir, `${base}-quarto-ast-trace.json`);
45
46
const renderOpts = {
47
- cmd: "quarto",
+ cmd: quartoConfig.cliPath(),
48
env: {
49
"QUARTO_TRACE_FILTERS": traceName,
50
},
@@ -62,7 +62,7 @@ export const showAstTraceCommand = new Command()
62
moveSync(traceName, join(toolsPath, basename(traceName)));
63
64
const _previewResult = await execProcess({
65
66
cwd: toolsPath,
67
args: [
68
"preview",
0 commit comments