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 939e285 commit 98a6142Copy full SHA for 98a6142
dwds/web/client.dart
@@ -123,7 +123,6 @@ Future<void>? main() {
123
if (!event.success) {
124
final alert = 'DevTools failed to open with:\n${event.error}';
125
if (event.promptExtension && window.confirm(alert)) {
126
- // ignore: unsafe_html
127
window.open('https://goo.gle/dart-debug-extension', '_blank');
128
} else {
129
window.alert(alert);
0 commit comments