blob: 8f861f7849975e6539074bb57917a6524223f1f7 [file] [log] [blame] [edit]
Module['onAbort'] = function (what) {
if (what == 'stack overflow') {
reportResultToServer(1);
}
}