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

Commit bd9ef52

Browse files
Try 3 for color flag
1 parent af8ad1b commit bd9ef52

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)