Skip to content

Commit

Permalink
Add semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 21, 2021
1 parent 6df85c3 commit 60fd4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
} else if (method === 'ping') {
// response is sent below
} else {
console.error('Unhandled method: ' + method)
console.error('Unhandled method: ' + method);
}
sendResponse(true);
});
Expand Down

0 comments on commit 60fd4b3

Please sign in to comment.