Skip to content

Commit e74a6f2

Browse files
author
Nils Schönwald
committed
Fix npm test error.
1 parent 206a262 commit e74a6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function compile(input, fn) {
173173
output = input;
174174
}
175175

176-
map = typeof argv.map !== 'undefined' ? argv.map : false;
176+
var map = typeof argv.map !== 'undefined' ? argv.map : false;
177177
if (map === 'file') {
178178
map = { inline:false };
179179
}

0 commit comments

Comments
 (0)