Skip to content

Commit 98a6142

Browse files
authored
Remove // ignore: unsafe_html. (#1759)
1 parent 939e285 commit 98a6142

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dwds/web/client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ Future<void>? main() {
123123
if (!event.success) {
124124
final alert = 'DevTools failed to open with:\n${event.error}';
125125
if (event.promptExtension && window.confirm(alert)) {
126-
// ignore: unsafe_html
127126
window.open('https://goo.gle/dart-debug-extension', '_blank');
128127
} else {
129128
window.alert(alert);

0 commit comments

Comments
 (0)