fix(dtmm): Prevent opening an empty console host

Fixes #44.
This commit is contained in:
Lucas Schwiderski 2023-03-02 22:16:54 +01:00
parent dcaefa0a8a
commit 6cf4bb42c6
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#![recursion_limit = "256"]
#![feature(let_chains)]
#![windows_subsystem = "windows"]
use std::path::PathBuf;
use std::sync::Arc;

View file

@ -1,5 +1,6 @@
#![feature(io_error_more)]
#![feature(let_chains)]
#![windows_subsystem = "console"]
use std::path::PathBuf;
use std::sync::Arc;