Update LogicBlock.java
This commit is contained in:
@@ -242,8 +242,7 @@ public class LogicBlock extends Block{
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateCode(new String(bytes, charset));
|
updateCode(new String(bytes, charset));
|
||||||
}catch(IOException e){
|
}catch(Exception ignored){
|
||||||
Log.err(e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user