mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
* (Maybe) Fixes #3187 (couldn't repo, but found bug) - Fixes multiple Node.js plugins not being loaded * Added .eslintignore * Added tests to fix #3187 * Fixed browser test
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
SyntaxError: An error was here. in {path}plugin-error-2.js{node} on line 3, column 16:
|
|
2 use: function() {
|
|
3 throw new Error('An error was here.')
|
|
4 }
|
|
{/node} |