fix lint
This commit is contained in:
parent
46eb99b18b
commit
a793107bf3
@ -48,7 +48,7 @@ module.exports = function (commander, filenames, opts) {
|
||||
|
||||
sources.forEach((source) => {
|
||||
let content = consumer.sourceContentFor(source, true);
|
||||
if (content !== null){
|
||||
if (content !== null) {
|
||||
map.setSourceContent(source, content);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user