Skip to content

Commit 1c778cf

Browse files
committed
flip filter
1 parent c54b2f5 commit 1c778cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/src/setupPipeline.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,15 +458,15 @@ function* transformPreset(parameters: Parameters, iter: Iterable<Scenario>, tsgo
458458
switch (scenario.name) {
459459
case "tsc-startup":
460460
case "lsp-startup":
461-
if (tsgo) {
461+
if (!tsgo) {
462462
continue;
463463
}
464464
break;
465465
case "tsgo-startup":
466466
case "tsserver-startup":
467467
case "tsserverlibrary-startup":
468468
case "typescript-startup":
469-
if (!tsgo) {
469+
if (tsgo) {
470470
continue;
471471
}
472472
}

0 commit comments

Comments
 (0)