Skip to content

Commit f36d12d

Browse files
authored
Do not check for script subprocess status (#964)
1 parent c2f0468 commit f36d12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languages/script.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ impl LanguageImpl for Script {
5151
.args(&entry[1..])
5252
.args(&hook.args)
5353
.args(batch)
54+
.check(false)
5455
.pty_output()
5556
.await?;
5657

0 commit comments

Comments
 (0)