aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src')
-rw-r--r--mingling_core/src/asset/comp.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/asset/comp.rs b/mingling_core/src/asset/comp.rs
index 95efc70..c7fe719 100644
--- a/mingling_core/src/asset/comp.rs
+++ b/mingling_core/src/asset/comp.rs
@@ -288,6 +288,7 @@ fn print_suggest_with_description_fish(suggestions: BTreeSet<SuggestItem>) {
std::process::exit(0);
}
+#[cfg(feature = "debug")]
fn trace_ctx(ctx: &ShellContext) {
trace!("=== SHELL CTX BEGIN ===");
trace!("command_line={}", ctx.command_line);