Skip to content

Commit 759b22c

Browse files
committed
fix build issue
1 parent 51004e1 commit 759b22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::io;
1111
use sysinfo::{Process, RefreshKind, System, get_current_pid, ProcessRefreshKind};
1212
use tracing::{error, info, warn, debug};
1313

14-
use crate::util::{enable_tracing, exit, EXIT_INVALID_INPUT, EXIT_INVALID_ARGS, get_input, get_schema, merge_parameters, write_object};
14+
use crate::util::{enable_tracing, exit, EXIT_CTRL_C, EXIT_INVALID_INPUT, EXIT_JSON_ERROR, EXIT_MCP_FAILED, EXIT_SUCCESS, get_input, get_schema, merge_parameters, write_object};
1515

1616
#[cfg(debug_assertions)]
1717
use crossterm::event;

0 commit comments

Comments
 (0)