Skip to content

Commit 5c5219b

Browse files
committed
Fix error in JS Makefile generation (spew)
The spew sub was changed to spurt to better match Rakudo.
1 parent fb82f30 commit 5c5219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/gen-js-makefile.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,5 @@ rule('js-deps', '',
227227
deps("js-all", "js-deps", "js-cross", $nqp-bootstrapped);
228228

229229
sub MAIN($program, $output-file) {
230-
spew($output-file, $out);
230+
spurt($output-file, $out);
231231
}

0 commit comments

Comments
 (0)