automatic cleaning of integrated circuits
This commit is contained in:
parent
266aa4db49
commit
cddb050dfe
3 changed files with 22 additions and 8 deletions
src/modules/simulationRenderer/classes
|
@ -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}`
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue