Skip to content

Commit 6f4c338

Browse files
author
ODAncona
committed
compilation window
1 parent 0bd8576 commit 6f4c338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/code2prompt/src/token_map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ fn should_enable_colors() -> bool {
383383
// On Windows, enable ANSI support
384384
#[cfg(windows)]
385385
{
386+
use log::error;
386387
match ansi_term::enable_ansi_support() {
387388
Ok(_) => true,
388389
Err(_) => {

0 commit comments

Comments
 (0)