Implemented server killing. Updated server manage ui. Added latest tailwind stuff. Added internal error handling
This commit is contained in:
@@ -31,4 +31,11 @@ public partial class Server
|
||||
|
||||
await Destroy();
|
||||
}
|
||||
|
||||
public async Task InternalError()
|
||||
{
|
||||
await LogToConsole("An unhandled error occured performing action");
|
||||
|
||||
Logger.LogInformation("Reporting or smth");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user