quality of life improvement

pull/3539/head
Richard Harris 6 years ago
parent 3d9943d8d4
commit c6dfd8c2d1

@ -197,6 +197,11 @@ describe.only("runtime", () => {
throw err;
}
})
.catch(err => {
// print a clickable link to open the directory
err.stack += `\n\ncmd-click: ${path.relative(process.cwd(), cwd)}/main.svelte`;
throw err;
})
.then(() => {
if (config.show) {
showOutput(cwd, compileOptions, compile);

Loading…
Cancel
Save