mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 20:39:39 +00:00
Include optional log message on errors
This commit is contained in:
@@ -180,4 +180,4 @@ function start() {
|
||||
player.start(mode);
|
||||
}
|
||||
|
||||
loadFile().then(enableUI).catch(function (e) { message("Error loading recording"); });
|
||||
loadFile().then(enableUI).catch(function (e) { message("Error loading recording: " + e); });
|
||||
|
||||
Reference in New Issue
Block a user