Merge 66f9a749e3 into 5c7705fcad
This commit is contained in:
commit
17a32d288b
|
|
@ -379,7 +379,7 @@ function OutputStream(options) {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (options.preamble) {
|
if (options.preamble) {
|
||||||
print(options.preamble.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g, "\n"));
|
print(options.preamble.replace(/\\n|\r\n?|[\n\u2028\u2029]|\s*$/g, "\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
var stack = [];
|
var stack = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user