Skip to content

Commit c0ddb23

Browse files
XhmikosRrodneyrehm
authored andcommitted
fix(sass): restore ES5 compatibility
PR #109
1 parent e68c45e commit c0ddb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sass.configure.path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var SASSJS_RELATIVE_PATH = (function() {
1010
'use strict';
1111

1212
// in Node things are rather simple
13-
const hasDir = typeof __dirname !== 'undefined';
13+
var hasDir = typeof __dirname !== 'undefined';
1414
if (hasDir) {
1515
return __dirname;
1616
}

0 commit comments

Comments
 (0)