We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6018f45 commit 8cc2520Copy full SHA for 8cc2520
1 file changed
index.js
@@ -1120,9 +1120,9 @@ function assertPort (port) {
1120
}
1121
1122
1123
-// This prevents "Unchecked runtime.lastError" errors
+// Call the getter function to prevent "Unchecked runtime.lastError" errors
1124
function ignoreLastError () {
1125
- void chrome.runtime.lastError // call the getter function
+ void chrome.runtime.lastError // eslint-disable-line no-void
1126
1127
1128
function chromeCallbackWrap (callback) {
0 commit comments