Skip to content

Commit 2af0f62

Browse files
committed
fix less.mode in node
1 parent 2a9cc68 commit 2af0f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/less/parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (typeof environment === "object" && ({}).toString.call(environment) === "[obj
1010
// Node.js
1111
less = exports,
1212
tree = require('./tree');
13-
less.mode = 'rhino';
13+
less.mode = 'node';
1414
} else {
1515
// Browser
1616
if (typeof(window.less) === 'undefined') { window.less = {} }

0 commit comments

Comments
 (0)