mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-11 10:29:07 +00:00
Added log message for dev mode
This commit is contained in:
parent
b44a95c67b
commit
2c883245f7
@ -89,6 +89,8 @@ fn main() {
|
|||||||
Err(e) => error!("Was not able to send the server stop message: {e}."),
|
Err(e) => error!("Was not able to send the server stop message: {e}."),
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
warn!("Running in development mode, no .NET server will be started.");
|
||||||
}
|
}
|
||||||
|
|
||||||
let main_window: Arc<Mutex<Option<Window>>> = Arc::new(Mutex::new(None));
|
let main_window: Arc<Mutex<Option<Window>>> = Arc::new(Mutex::new(None));
|
||||||
|
Loading…
Reference in New Issue
Block a user