Include optional log message on errors
This commit is contained in:
parent
b05a7b1dcf
commit
0ff97c1a24
|
@ -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); });
|
||||
|
|
Loading…
Reference in New Issue