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

fix typo in comment #1544

Merged
merged 1 commit into from
Sep 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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