9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
This commit is contained in:
CocoTheOwner
2021-08-13 20:20:57 +02:00
parent 0f0c24d31b
commit 69eb7979c1

View File

@@ -77,7 +77,7 @@ public class J {
a.run();
} catch (Throwable e) {
Iris.reportError(e);
Iris.error.println("Failed to run async task");
Iris.error("Failed to run async task");
e.printStackTrace();
}
});