Merge pull request #319 from schungx/master

Fix no_module feature.
This commit is contained in:
Stephen Chung
2020-12-30 15:57:50 +08:00
committed by GitHub

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