mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Flush HTML method dump file after writing it. Otherwise, the file is truncated
if EF dies while compiling.
This commit is contained in:
parent
74590617a8
commit
6125a49b1a
@ -397,7 +397,7 @@ openFile(const char* fileName)
|
||||
void MethodToHTML::
|
||||
closeFile()
|
||||
{
|
||||
// assert(mFile);
|
||||
mFile.flushLogFile();
|
||||
// fclose(mFile);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user