From b60666491d0c70c26fab256511c5cd25f3e2ad63 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 7 Jul 2021 16:30:52 -0400 Subject: [PATCH] Fix user-store/5.0.3-beta.1.ts comment Signed-off-by: Sebastian Malton --- src/migrations/hotbar-store/5.0.0-beta.10.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/migrations/hotbar-store/5.0.0-beta.10.ts b/src/migrations/hotbar-store/5.0.0-beta.10.ts index f0a8fb4872..0bf780b201 100644 --- a/src/migrations/hotbar-store/5.0.0-beta.10.ts +++ b/src/migrations/hotbar-store/5.0.0-beta.10.ts @@ -148,8 +148,8 @@ export default { store.set("hotbars", hotbars); } catch (error) { + // ignore files being missing if (error.code !== "ENOENT") { - // ignore files being missing throw error; } }