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 (#3311)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-07-08 09:13:29 -04:00 committed by GitHub
parent 497e47b277
commit db968b8a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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