Commit c13dda25 authored by yangguo's avatar yangguo Committed by Commit bot

Add more output to flaky debug-references test.

R=vogelheim@chromium.org

Review URL: https://codereview.chromium.org/1006873002

Cr-Commit-Position: refs/heads/master@{#27181}
parent a6a887d0
......@@ -98,7 +98,8 @@ function listener(event, exec_state, event_data, data) {
listenerComplete = true;
}
} catch (e) {
exception = e
exception = e;
print(e + "\n" + e.stack);
};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment