Skip to content

Commit 169abe8

Browse files
committed
Update: eqnull on destPath
1 parent f79c6d8 commit 169abe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function includeContent(file, state, callback) {
242242
function contentIncluded(file, state, callback) {
243243

244244
var comment;
245-
if (state.destPath == undefined) {
245+
if (state.destPath == null) {
246246
// encode source map into comment
247247
var base64Map = convert.fromObject(state.sourceMap).toBase64();
248248
// TODO: use convert-source-map .toComment() when we upgrade and have charset support

0 commit comments

Comments
 (0)