diff --git a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts index 95fa6d672c..63b1b9e1a5 100644 --- a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts +++ b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts @@ -260,7 +260,7 @@ export default class JupyterServerInstallation { updateConfig(); }) .catch(err => { - let errorMsg = msgDependenciesInstallationFailed(err); + let errorMsg = msgDependenciesInstallationFailed(utils.getErrorMessage(err)); op.updateStatus(azdata.TaskStatus.Failed, errorMsg); this.apiWrapper.showErrorMessage(errorMsg); this._installReady.reject(errorMsg);