Skip to content
Snippets Groups Projects
Commit 72449a2f authored by rswindell's avatar rswindell
Browse files

Log capture results.

parent 2e5596c7
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,10 @@ capture.timeout = 15;
var result=capture.capture();
if(result==false) {
alert("Capture failure");
alert("Capture failure, error: " + capture.error);
exit();
}
alert("Capture success, stopped due to: " + result.stopcause);
print("hello: ");
for(i in result.hello)
print("'" + result.hello[i] + "'");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment