Skip to content

Commit b06121a

Browse files
rmartine-iasSimenB
andauthored
Update packages/jest-changed-files/src/sl.ts
Co-authored-by: Simen Bekkhus <[email protected]>
1 parent 890f0c2 commit b06121a

File tree

1 file changed

+1
-1
lines changed
  • packages/jest-changed-files/src

1 file changed

+1
-1
lines changed

packages/jest-changed-files/src/sl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const adapter: SCMAdapter = {
6565
}
6666

6767
const result = await subprocess;
68-
if (result.killed) {
68+
if (result.killed && isSteamLocomotive) {
6969
return null;
7070
}
7171

0 commit comments

Comments
 (0)