зеркало из https://github.com/mozilla/gecko-dev.git
Bug 683400 - SandboxDump should flush stderr after writing output. r=mrbkap
This commit is contained in:
Родитель
4c5e946120
Коммит
a897d337ff
|
@ -2999,6 +2999,7 @@ SandboxDump(JSContext *cx, uintN argc, jsval *vp)
|
|||
#endif
|
||||
|
||||
fputs(cstr, stderr);
|
||||
fflush(stderr);
|
||||
NS_Free(cstr);
|
||||
JS_SET_RVAL(cx, vp, JSVAL_TRUE);
|
||||
return JS_TRUE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче