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