automatic cleaning of integrated circuits

This commit is contained in:
Matei Adriel 2019-07-25 15:14:54 +03:00
commit cddb050dfe
3 changed files with 22 additions and 8 deletions
src/modules/simulationRenderer/classes

View file

@ -318,9 +318,7 @@ export class SimulationRenderer {
this.loadSave(save)
} catch (e) {
throw new Error(
`An error occured while loading the save: ${
(e as Error).message
}`
`An error occured while loading the save: ${e as Error}`
)
}
}