- Code: Select all
The "sys" module is now called "util". It should have a similar interface.
Syntax Error on line 33 in /Volumes/CSA Chester County/wp-content/themes/csatheme/less/style.less
32
33 html, body { margin : 0; padding : 0; 2}
34
However when I run the build I get this in the window:
- Code: Select all
The "sys" module is now called "util". It should have a similar interface.
[31mSyntax Error on line 33[39m[31m in [39m/Volumes/CSA Chester County/wp-content/themes/csatheme/less/style.less
[90m32 [39m
33 html, body { margin : 0; padding : 0; [33m[1m2[22m}[39m
[90m34 [39m[0m
[Finished]
Where are the extra characters coming from? Do I need to worry about them in the regex? I can't for the life of me get a valid file_regex and line_regex going and I'm wondering if they might be causing my trouble.
Edit: I'm thinking it might be the color information node.js is sending back for the error string?