mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-03 01:31:54 +00:00
Add code generation on compiling to premake scripts using custom build commands
This commit is contained in:
@ -56,8 +56,10 @@ namespace ZoneCodeGenerator.Parsing.C_Header
|
||||
return dataRepository;
|
||||
}
|
||||
}
|
||||
catch (IOException)
|
||||
catch (IOException e)
|
||||
{
|
||||
Console.WriteLine("An exception occured while trying to read header file");
|
||||
Console.WriteLine(e.Message);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user