Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: fix typo in comment (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
ult-yole authored and alanshaw committed Sep 6, 2018
1 parent 6d960f3 commit bf72f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function isRepoUninitializedError (err) {
}

// TODO: As error codes continue to be standardized, this logic can be phase out;
// it is here to maintain compatability
// it is here to maintain compatibility
if (err.message.match(/not found/) || // indexeddb
err.message.match(/ENOENT/) || // fs
err.message.match(/No value/) // memory
Expand Down

0 comments on commit bf72f3a

Please sign in to comment.