Skip to content

Commit 06f64d3

Browse files
committed
Reenable headless
1 parent 72d5275 commit 06f64d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/fixtures/context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class TestContext {
415415
'remote-debugging-port=$debugPort',
416416
if (enableDebugExtension)
417417
'--load-extension=debug_extension/prod_build',
418-
// if (headless) '--headless',
418+
if (headless) '--headless',
419419
],
420420
},
421421
});

0 commit comments

Comments
 (0)