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 78f418d commit 8048efaCopy full SHA for 8048efa
packages/app/src/components/workbench/logs.ts
@@ -48,7 +48,7 @@ export class DevtoolsSource extends Element {
48
}, {} as Record<string, CommandEndpoint>)
49
this.#commandDefinition = endpoints[command.command]
50
this.command = command
51
- console.log('show-command', command, this.#commandDefinition)
+
52
window.dispatchEvent(new CustomEvent('app-source-highlight', {
53
detail: this.command?.callSource
54
}))
0 commit comments