mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[FEATURE] Added bugsnag
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package org.parabot;
|
||||
|
||||
import com.bugsnag.Client;
|
||||
import org.parabot.core.Configuration;
|
||||
import org.parabot.core.Core;
|
||||
import org.parabot.core.Directories;
|
||||
@@ -28,6 +29,8 @@ public final class Landing {
|
||||
private static String username;
|
||||
private static String password;
|
||||
public static void main(String... args) throws IOException {
|
||||
Core.initiateBugsnagInstance();
|
||||
|
||||
parseArgs(args);
|
||||
|
||||
Core.verbose("Debug mode: " + Core.inDebugMode());
|
||||
|
||||
Reference in New Issue
Block a user