Skip to content

Commit 6e22045

Browse files
Add error log
Co-authored-by: David Brochart <david.brochart@gmail.com>
1 parent 619e03c commit 6e22045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/notebookrenderer/yCommProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ namespace Private {
185185
break;
186186
}
187187
default:
188-
break;
188+
console.error('Unable to compute message');
189189
}
190190
return encoder;
191191
}

0 commit comments

Comments
 (0)