20.10.2020, 11:56
1) Do backup of your current project.
2) Use everywhere
try {
RISK CODE
} catch (err) { console.log(err); }
3) When importing you can check this issue because I had same problems:
https://forum.logicmachine.net/showthrea...ght=mosaic
For me the best way to minimize bugs is by preparing good backbone widget and some helpers functions to simplify as much as possible to limit bugs to only syntax which can be found by Atom or VSCode. When I have such backbone widget prepared then I am trying to use same methods as often as it is possible.
2) Use everywhere
try {
RISK CODE
} catch (err) { console.log(err); }
3) When importing you can check this issue because I had same problems:
https://forum.logicmachine.net/showthrea...ght=mosaic
For me the best way to minimize bugs is by preparing good backbone widget and some helpers functions to simplify as much as possible to limit bugs to only syntax which can be found by Atom or VSCode. When I have such backbone widget prepared then I am trying to use same methods as often as it is possible.
Done is better than perfect