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.
1 parent 5f3cd1f commit fd54213Copy full SHA for fd54213
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