Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Cast "Protection from NPE", level 1
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Feb 20, 2015
1 parent d3a532c commit c897079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function processOpts(opts_, outFile) {
outFile: outFile,
runtime: false,
sourceMaps: false,
sourceMapContents: opts_.sourceMaps == 'inline'
sourceMapContents: opts_ && opts_.sourceMaps == 'inline'
};
for (var key in opts_) {
if (key in opts)
Expand Down

0 comments on commit c897079

Please sign in to comment.