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 3b905a2 + 5a9a121 commit d7aaff7Copy full SHA for d7aaff7
src/execute/jupyter/jupyter-kernel.ts
@@ -315,7 +315,7 @@ function kernelTransportFile(target: string) {
315
try {
316
transportsDir = quartoRuntimeDir("jt");
317
} catch (e) {
318
- console.error("Could create runtime directory for jupyter transport.");
+ console.error("Could not create runtime directory for jupyter transport.");
319
console.error(
320
"This is possibly a permission issue in the environment Quarto is running in.",
321
);
0 commit comments