Fix no_module feature.

This commit is contained in:
Stephen Chung 2020-12-30 15:37:39 +08:00
parent fba2dd7a84
commit 386e34aacd

View File

@ -66,6 +66,8 @@ fn main() {
// Load init scripts
#[cfg(not(feature = "no_module"))]
{
let mut contents = String::new();
let mut has_init_scripts = false;
@ -114,6 +116,7 @@ fn main() {
if has_init_scripts {
println!();
}
}
// Setup Engine