properly log logic build errors
This commit is contained in:
@@ -324,6 +324,8 @@ public class LogicBlock extends Block{
|
||||
|
||||
executor.load(asm);
|
||||
}catch(Exception e){
|
||||
Log.err("Failed to compile logic program @", code);
|
||||
Log.err(e);
|
||||
e.printStackTrace();
|
||||
|
||||
//handle malformed code and replace it with nothing
|
||||
|
||||
Reference in New Issue
Block a user