mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
BeefBuild fix
This commit is contained in:
parent
d7d88585d2
commit
94f02b724d
1 changed files with 2 additions and 2 deletions
|
@ -366,9 +366,9 @@ namespace BeefBuild
|
|||
mFailed = true;
|
||||
}
|
||||
|
||||
protected override void CompileFailed()
|
||||
protected override void CompileFailed(Stopwatch stopwatch)
|
||||
{
|
||||
base.CompileFailed();
|
||||
base.CompileFailed(stopwatch);
|
||||
mFailed = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue