Files
less.js/test/less/errors/plugin-2.txt
Matthew Dean 7a47223dd9 Fixes #3187 (couldn't repo, but found bugs) (#3229)
* (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
2018-06-30 00:24:46 -07:00

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}