Funbit / ets2-telemetry-server

ETS2/ATS Telemetry Web Server + Mobile Dashboard
GNU General Public License v3.0
623 stars 206 forks source link

More Informative Error Text When Skin Fails to Load #85

Open mike-koch opened 8 years ago

mike-koch commented 8 years ago

Currently, when a skin fails to load, the only message given to the user is:

Failed to load dashboard.html for skin: <skin name>

Would it be possible to add more information about why the skin failed to load (such as the AJAX/JS error that caused the failure to occur)? I would be okay with this information being placed in either the alert that is displayed, or just sent to the console via console.error.