Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Sep 23, 2019
1 parent b285076 commit f6e4b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/lib/local-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ function isEmpty (obj) {
function checkForError () {
const lastError = extension.runtime.lastError
if (!lastError) return
return new Error(lastError.message)
}
return new Error(lastError.message)
}

0 comments on commit f6e4b54

Please sign in to comment.