mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Support custom instance names
This commit is contained in:
@@ -290,6 +290,12 @@ export function $throw(code, error, endpoint) {
|
||||
) {
|
||||
ignoreError = true;
|
||||
}
|
||||
if (
|
||||
(code === 403 || code === 404 || code === -1) &&
|
||||
endpoint.startsWith('instances/')
|
||||
) {
|
||||
ignoreError = true;
|
||||
}
|
||||
if (endpoint.startsWith('analysis/')) {
|
||||
ignoreError = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user