diff --git a/tests/playback-ui.js b/tests/playback-ui.js index c5197a40..5e10d773 100644 --- a/tests/playback-ui.js +++ b/tests/playback-ui.js @@ -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); });