Skip to content

Commit 1992d43

Browse files
committed
remove ANSI codes
1 parent bc1538b commit 1992d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-auto/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function () {
99
for (const candidate of adapters) {
1010
if (candidate.test()) {
1111
options.utils.log.info(
12-
`Detected environment: \u001B[1m\u001B[92m${candidate.name}\u001B[39m\u001B[22m. Using ${candidate.module}`
12+
`Detected environment: ${candidate.name}. Using ${candidate.module}`
1313
);
1414

1515
let module;

0 commit comments

Comments
 (0)