Skip to content

Commit 6f7f862

Browse files
committed
Make sure Proc::Async is the default so Travis CI doesn't time out
Was accidentally set to the wrong default after some changes were made.
1 parent bd5ef73 commit 6f7f862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ sub MAIN(
142142
Bool :$search-file = True,
143143
Bool :$no-highlight = False,
144144
Bool :$force-proc-async = False,
145-
Bool :$no-proc-async = True,
145+
Bool :$no-proc-async = False,
146146
Int :$parallel = 1,
147147
) {
148148

0 commit comments

Comments
 (0)