-autoboot_command needs an escaped newline at the end

This commit is contained in:
Daniel Brooks
2019-11-17 22:58:00 -08:00
parent fc0d2a5e80
commit 4426cb0a32
+1 -1
View File
@@ -926,7 +926,7 @@ var Module = null;
}
if (autoboot) {
args.push('-autoboot_command', autoboot, '-autoboot_delay', '2');
args.push('-autoboot_command', autoboot+'\\n', '-autoboot_delay', '2');
}
if (extra_args) {