We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adbcde commit e1651c6Copy full SHA for e1651c6
1 file changed
packages/shell-chrome/src/devtools/panel.js
@@ -2,9 +2,9 @@
2
import { init, handleMessage } from './app'
3
4
function connect() {
5
- injectScript(chrome.runtime.getURL('./backend.js'), () => {
6
- init()
+ init()
7
+ injectScript(chrome.runtime.getURL('./backend.js'), () => {
8
const port = chrome.runtime.connect({
9
name: '' + chrome.devtools.inspectedWindow.tabId,
10
})
0 commit comments