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

Commit b0be932

Browse files
Remove color option entirely for now
1 parent bd9ef52 commit b0be932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-scripts/graal.js

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

0 commit comments

Comments
 (0)