mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Fixed exit code from failed builds.
This commit is contained in:
parent
52f5723f4e
commit
1b75b0ba92
@ -61,6 +61,7 @@ public void Release(string file)
|
||||
if (!builder.Build(m_Cfg, build))
|
||||
{
|
||||
Console.WriteLine("Build failed!");
|
||||
System.Environment.Exit(1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user