Skip to content

Commit da0a71b

Browse files
committed
Update debug message
1 parent 9064407 commit da0a71b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/render/notebook/notebook-context.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ export function notebookContext(): NotebookContext {
148148
renderType: RenderType,
149149
context?: ProjectContext,
150150
) {
151-
debug(`[NotebookContext]: Reviving Rendering (${renderType}):${nbAbsPath}`);
151+
debug(
152+
`[NotebookContext]: Attempting to Revive Rendering (${renderType}):${nbAbsPath}`,
153+
);
152154
const contrib = contributor(renderType);
153155

154156
if (contrib.cachedPath) {

0 commit comments

Comments
 (0)