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 9064407 commit da0a71bCopy full SHA for da0a71b
src/render/notebook/notebook-context.ts
@@ -148,7 +148,9 @@ export function notebookContext(): NotebookContext {
148
renderType: RenderType,
149
context?: ProjectContext,
150
) {
151
- debug(`[NotebookContext]: Reviving Rendering (${renderType}):${nbAbsPath}`);
+ debug(
152
+ `[NotebookContext]: Attempting to Revive Rendering (${renderType}):${nbAbsPath}`,
153
+ );
154
const contrib = contributor(renderType);
155
156
if (contrib.cachedPath) {
0 commit comments