mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-10 05:58:03 -05:00
Include trailing newline in out.vsm
This commit is contained in:
@@ -33,6 +33,8 @@ pub fn compile_command(args: &Vec<String>) {
|
||||
file
|
||||
.write(module.to_string().as_bytes())
|
||||
.expect("Failed to write out.vsm");
|
||||
|
||||
file.write(b"\n").expect("Failed to write out.vsm");
|
||||
}
|
||||
|
||||
fn show_help() {
|
||||
|
||||
Reference in New Issue
Block a user