Fix unused var and pseudorandom warnings
This commit is contained in:
@@ -265,7 +265,7 @@ export default function (view) {
|
||||
document.addEventListener('keydown', onKeyDown);
|
||||
try {
|
||||
onLoad();
|
||||
} catch (e) {
|
||||
} catch {
|
||||
appRouter.goHome();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user