Improved error handling for most calculations
This commit is contained in:
@@ -16,6 +16,6 @@ export default class ErrorNode extends ParseNode {
|
||||
return this;
|
||||
}
|
||||
toString(){
|
||||
return '###';
|
||||
return this.error.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user