Skip to content

Commit 262a7f6

Browse files
committed
Use undefined, not null, to satisfy linter
1 parent 43a0ea8 commit 262a7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo
729729
sourcemaps: {
730730
"built/local/_stream_0.js": originalMap,
731731
"built/local/bundle.js": maps,
732-
"node_modules/source-map-support/source-map-support.js": null,
732+
"node_modules/source-map-support/source-map-support.js": undefined,
733733
}
734734
});
735735
const finalMap = chain.apply();

0 commit comments

Comments
 (0)