Follow-up to 40476d4
.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
parent
40476d4f31
commit
ef67387674
|
@ -253,6 +253,7 @@ public class OsuDB {
|
|||
setStatementFields(insertStmt, osu);
|
||||
} catch (SQLException e) {
|
||||
Log.error(String.format("Failed to insert map '%s' into database.", osu.getFile().getPath()), e);
|
||||
continue;
|
||||
}
|
||||
insertStmt.addBatch();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user