mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Working on wrapping for formatter
This commit is contained in:
parent
edcdb3bbb1
commit
076931cf3b
8 changed files with 315 additions and 66 deletions
|
@ -5712,6 +5712,12 @@ bool BfCompiler::DoCompile(const StringImpl& outputDirectory)
|
|||
{
|
||||
BP_ZONE("BfCompiler::Compile");
|
||||
|
||||
if (mSystem->mTypeDefs.mCount == 0)
|
||||
{
|
||||
// No-source bailout
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!mOptions.mErrorString.IsEmpty())
|
||||
{
|
||||
mPassInstance->Fail(mOptions.mErrorString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue