Commit f163cc0
authored
Use Blocker for Process#waitFor in slurp (#1902)
`waitFor` [blocks the calling thread][1] so it is appropriate to
evaluate it on the available `Blocker`.
[1]: https://docs.oracle.com/javase/8/docs/api/java/lang/Process.html#waitFor--1 parent 8eadc12 commit f163cc0
File tree
1 file changed
+1
-1
lines changed- modules/core/src/main/scala/org/scalasteward/core/io
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments