Add a system to restrict untrusted IPs
This commit is contained in:
@ -223,7 +223,7 @@ function IsoFilesList(p: {
|
||||
p.onReload();
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
alert("Failed to delete file!");
|
||||
alert(`Failed to delete file!\n${e}`);
|
||||
}
|
||||
|
||||
loadingMessage.hide();
|
||||
|
Reference in New Issue
Block a user