8000 silence bluebird warning (close #625) · vuejs/vue-loader@797d8d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 797d8d4

Browse files
committed
silence bluebird warning (close #625)
1 parent 28c8871 commit 797d8d4

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
@@ -101,6 +101,7 @@ module.exports = function (css, map) {
101101
.then(function (result) {
102102
var map = result.map && result.map.toJSON()
103103
cb(null, result.css, map)
104+
return null // silence bluebird warning
104105
})
105106
.catch(function (e) {
106107
console.log(e)

0 commit comments

Comments
 (0)
0