mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Add the static single hub BOM.
This commit is contained in:
@@ -118,6 +118,8 @@ public abstract class ResourceLoader {
|
||||
try {
|
||||
os = new FileOutputStream(_sFile, false);
|
||||
os.write(_btData);
|
||||
os.flush();
|
||||
os.getFD().sync();
|
||||
}
|
||||
catch (Throwable t) {
|
||||
LOG.error("Failed to write file: " + _sFile, t);
|
||||
|
||||
Reference in New Issue
Block a user