mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
fix (boot): more user friendly boot error
This commit is contained in:
@ -31,7 +31,7 @@ class LogManager {
|
||||
url += "from.lineNo="+lineNo+"&";
|
||||
url += "from.columnNo="+columnNo;
|
||||
if (error) url += "error="+encodeURIComponent(error.message)+"&";
|
||||
return http_post(url).catch();
|
||||
return http_post(url).catch(() => {});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user