Skip to content
Snippets Groups Projects
Commit 8cac790e authored by Djamel ALI's avatar Djamel ALI
Browse files

fix: show error on console

parent 39dd2977
No related branches found
No related tags found
No related merge requests found
Pipeline #15996 failed
......@@ -199,8 +199,9 @@ export default class Controller {
try {
await missionDevcontainer.open();
} catch {
} catch(e) {
window.showErrorMessage('Impossible de lancer la mission');
extensionError(e);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment