commit
253e43da30
@ -66,6 +66,8 @@ fn main() {
|
|||||||
|
|
||||||
// Load init scripts
|
// Load init scripts
|
||||||
|
|
||||||
|
#[cfg(not(feature = "no_module"))]
|
||||||
|
{
|
||||||
let mut contents = String::new();
|
let mut contents = String::new();
|
||||||
let mut has_init_scripts = false;
|
let mut has_init_scripts = false;
|
||||||
|
|
||||||
@ -114,6 +116,7 @@ fn main() {
|
|||||||
if has_init_scripts {
|
if has_init_scripts {
|
||||||
println!();
|
println!();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Setup Engine
|
// Setup Engine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user