Skip to content

Commit 62ffa4c

Browse files
committed
Remove unintended changes
1 parent 0710ab2 commit 62ffa4c

File tree

3 files changed

+211
-100
lines changed

3 files changed

+211
-100
lines changed

dwds/debug_extension/tool/build_extension.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import 'package:path/path.dart' as p;
2020
const _prodFlag = 'prod';
2121

2222
void main(List<String> arguments) async {
23-
final parser = ArgParser()
24-
..addFlag(_prodFlag, negatable: true, defaultsTo: false);
23+
final parser =
24+
ArgParser()..addFlag(_prodFlag, negatable: true, defaultsTo: false);
2525
final argResults = parser.parse(arguments);
2626

2727
exitCode = await run(isProd: argResults[_prodFlag] as bool);
@@ -41,7 +41,6 @@ Future<int> run({required bool isProd}) async {
4141
'--output',
4242
'build',
4343
'--release',
44-
'--delete-conflicting-outputs'
4544
]);
4645
final compileExitCode = await _handleProcess(compileStep);
4746
// Terminate early if compilation failed:

dwds/debug_extension/web/data_serializers.g.dart

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)