Skip to content

Commit 1a0a6bd

Browse files
committed
fix: disable built-in colors in ladybird-js
Those confuse output cleanup
1 parent b24cf5a commit 1a0a6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ENGINES = new Map(
4545
'hermes:bundle': { binary: 'hermes', binaryArgs: hermesA, target: 'es2018', ...bareboneOpts },
4646
'shermes:bundle': { binary: 'shermes', binaryArgs: hermesS, target: 'es2018', ...bareboneOpts },
4747
'spidermonkey:bundle': { binary: 'spidermonkey', ...bareboneOpts },
48-
'ladybird-js:bundle': { binary: 'ladybird-js', ...bareboneOpts },
48+
'ladybird-js:bundle': { binary: 'ladybird-js', binaryArgs: ['-i'], ...bareboneOpts },
4949
'engine262:bundle': { binary: 'engine262', ...bareboneOpts },
5050
'quickjs:bundle': { binary: 'quickjs', binaryArgs: ['--std'], ...bareboneOpts },
5151
'xs:bundle': { binary: 'xs', ...bareboneOpts },

0 commit comments

Comments
 (0)