vnc_playback.html: print frame_idx on error.
This commit is contained in:
parent
1c04e79d12
commit
abcdac6b43
@ -63,7 +63,7 @@
|
||||
switch (state) {
|
||||
case 'failed':
|
||||
case 'fatal':
|
||||
message("noVNC sent '" + state + "' state during iteration " + iteration);
|
||||
message("noVNC sent '" + state + "' state during iteration " + iteration + " frame " + frame_idx);
|
||||
test_state = 'failed';
|
||||
break;
|
||||
case 'loaded':
|
||||
|
Loading…
Reference in New Issue
Block a user