error = null, when starting a parse
This commit is contained in:
parent
8ac1bdf06c
commit
35b452bf00
@ -128,6 +128,7 @@ less.parser = {
|
||||
chunks = [];
|
||||
input = str.replace(/\r\n/g, '\n');
|
||||
inputLength = input.length;
|
||||
this.error = null;
|
||||
|
||||
// Split the input into chunks,
|
||||
// Either delimited by /\n\n/ or
|
||||
|
Loading…
Reference in New Issue
Block a user