forked from MapComplete/MapComplete
Improve error messages
This commit is contained in:
parent
adcdf4f18a
commit
b9cc56bbc5
5 changed files with 43 additions and 36 deletions
|
@ -226,7 +226,7 @@ export class Fuse<T> extends DesugaringStep<T> {
|
|||
break;
|
||||
}
|
||||
}catch(e){
|
||||
console.error("Step "+step.name+" failed due to "+e);
|
||||
console.error("Step "+step.name+" failed due to ",e,e.stack);
|
||||
throw e
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue