Skip to content

Commit 3c305d1

Browse files
committed
Add back headless
1 parent 143dc7c commit 3c305d1

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
@@ -412,7 +412,7 @@ class TestContext {
412412
'remote-debugging-port=$debugPort',
413413
if (enableDebugExtension)
414414
'--load-extension=debug_extension/prod_build',
415-
// if (headless) '--headless',
415+
if (headless) '--headless',
416416
],
417417
},
418418
});

0 commit comments

Comments
 (0)