Merge branch 'master' into harmony
This commit is contained in:
@@ -194,7 +194,7 @@ function parse_test(file) {
|
||||
|
||||
function make_code(ast, beautify) {
|
||||
if (arguments.length == 1) beautify = true;
|
||||
var stream = U.OutputStream({ beautify: beautify });
|
||||
var stream = U.OutputStream({ beautify: beautify, inline_script: true });
|
||||
ast.print(stream);
|
||||
return stream.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user