Skip to content

Commit 60fd4b3

Browse files
committed
Add semicolon.
1 parent 6df85c3 commit 60fd4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
13721372
} else if (method === 'ping') {
13731373
// response is sent below
13741374
} else {
1375-
console.error('Unhandled method: ' + method)
1375+
console.error('Unhandled method: ' + method);
13761376
}
13771377
sendResponse(true);
13781378
});

0 commit comments

Comments
 (0)