Skip to content

Commit

Permalink
More clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Dec 9, 2023
1 parent 06bb547 commit 00463f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dwds/debug_extension_mv3/web/debug_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,8 @@ void _routeDwdsEvent(String eventData, SocketClient client, int tabId) {
params: message.params,
tabId: tabId,
);
final debuggingFromCider = _tabIdToTrigger[tabId] == Trigger.cider;
if (message.method == 'dwds.devtoolsUri') {
if (debuggingFromCider) {
if (_tabIdToTrigger[tabId] == Trigger.cider) {
// Save the DevTools URI so that Cider can request it later:
setStorageObject(
type: StorageObject.devToolsUri,
Expand Down

0 comments on commit 00463f9

Please sign in to comment.