1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix user-store/5.0.3-beta.1.ts comment

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-07-07 16:30:52 -04:00
parent 497e47b277
commit b60666491d

View File

@ -148,8 +148,8 @@ export default {
store.set("hotbars", hotbars); store.set("hotbars", hotbars);
} catch (error) { } catch (error) {
// ignore files being missing
if (error.code !== "ENOENT") { if (error.code !== "ENOENT") {
// ignore files being missing
throw error; throw error;
} }
} }