Fix try/catch

This commit is contained in:
Kum1ta
2024-11-21 14:46:42 +01:00
committed by tomoron
parent 48e456b63a
commit 06cbb4ba32

View File

@ -141,7 +141,7 @@ class Screen
video.removeAttribute('src');
video.load();
}
catch {
} catch {
// Do nothing
}
if (texture)