mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed invalid stream write after a FileStream open error
This commit is contained in:
parent
e209f7ac66
commit
fd5756a93b
1 changed files with 2 additions and 1 deletions
|
@ -439,6 +439,7 @@ void BfCodeGenThread::RunLoop()
|
|||
errorMsg += "\n";
|
||||
errorMsg += "Failed writing IR '" + fileName + "': " + ec.message();
|
||||
}
|
||||
else
|
||||
fs.WriteSNZ(str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue