This commit is contained in:
Nathan Bierema 2021-06-17 22:38:52 -04:00
parent e13b66f50d
commit 55685c9519

View File

@ -127,7 +127,7 @@ export default function openFile(
if ( if (
chrome.devtools && chrome.devtools &&
chrome.devtools.panels && chrome.devtools.panels &&
chrome.devtools.panels.openResource !!chrome.devtools.panels.openResource
) { ) {
openResource(fileName, lineNumber, stackFrame); openResource(fileName, lineNumber, stackFrame);
} else if (chrome.runtime && (chrome.runtime.openOptionsPage || isFF)) { } else if (chrome.runtime && (chrome.runtime.openOptionsPage || isFF)) {