Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit af8ad1b

Browse files
Fix color flag syntax
1 parent bfcc4df commit af8ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/graal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const NATIVE_IMAGE_BUILD_ARGS = [
5454
'-H:-UseServiceLoaderFeature',
5555
'-H:Log=registerResource:3',
5656
'--initialize-at-build-time',
57-
'--color=always',
57+
'--color:always',
5858
'-jar',
5959
path.resolve(process.cwd(), 'compiler.jar')
6060
];

0 commit comments

Comments
 (0)