Skip to content

Commit 65a0845

Browse files
committed
silence bluebird warning (close #625)
1 parent 53df458 commit 65a0845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/style-rewriter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ module.exports = function (css, map) {
9797
.then(function (result) {
9898
var map = result.map && result.map.toJSON()
9999
cb(null, result.css, map)
100+
return null // silence bluebird warning
100101
})
101102
.catch(function (e) {
102103
console.log(e)

0 commit comments

Comments
 (0)