Terrapin-Rocket-Team / Ground-Station

A Node.js/Electron ground station user interface to display and log APRS messages recieved over Serial
0 stars 0 forks source link

Uncaught error when there is no test.json with debug mode on #3

Closed erodarob closed 4 months ago

erodarob commented 9 months ago

Description:

There is no check to make sure the auto-generated test.json file used for GUI testing exists before trying to read the file when in debug mode. This results in repeated Javascript errors that make the application unusable until debug mode is turned off.

Tasks:

Notes:

The relevant lines of code are lines 448-458 in main.js