We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff6f48 commit 9008639Copy full SHA for 9008639
1 file changed
src/main.rs
@@ -24,6 +24,8 @@ async fn main() -> miette::Result<()> {
24
opts.init()?;
25
let (maybe_tracing_reader, _tracing_guard) = TracingOpts::from_cli(&opts).install()?;
26
27
+ std::env::set_var("IN_GHCIWATCH", "1");
28
+
29
let (ghci_sender, ghci_receiver) = mpsc::channel(32);
30
31
let (ghci_opts, maybe_ghci_reader) = GhciOpts::from_cli(&opts)?;
0 commit comments