Skip to content

Commit 7d4ecf5

Browse files
author
Anna Gringauze
authored
Remove passing --debugger-module-names to frontend server in tests (#1725)
Towards: #1692
1 parent a82a5a9 commit 7d4ecf5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

frontend_server_common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
- Doe not pass `-debugger-module-names` flag to the frontend server.
4+
15
## 0.2.0
26

37
- Migrate to null safety

frontend_server_common/lib/src/frontend_server_client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ class ResidentCompiler {
382382
'--platform',
383383
platformDill,
384384
],
385-
'--debugger-module-names',
386385
'--experimental-emit-debug-metadata',
387386
if (verbose) '--verbose'
388387
];

frontend_server_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: frontend_server_common
22
publish_to: none
33
description: >-
4-
Frontend server integration code to use for dwds tests. Mimicks flutter code.
4+
Frontend server integration code to use for dwds tests. Mimics flutter code.
55
environment:
66
sdk: ">=2.17.0 <3.0.0"
77

0 commit comments

Comments
 (0)