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 6adacba commit 7f9914bCopy full SHA for 7f9914b
src/jupyter_matlab_kernel/matlab/processJupyterKernelRequest.m
@@ -64,7 +64,7 @@
64
% have missed an edge case, catch the exception and send it to the user.
65
errorMessage.type = 'stream';
66
errorMessage.content.name = 'stderr';
67
- errorMessage.content.text = ['MATLAB Kernel Error: ' ME.message];
+ errorMessage.content.text = sprintf('MATLAB Kernel Error:\n%s', getReport(ME));
68
output = {errorMessage};
69
end
70
0 commit comments