Skip to content

Commit c00c7c5

Browse files
committed
Fix
1 parent 4f49036 commit c00c7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resolve-id.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = function(id, base, options) {
4545
console.log()
4646
return result
4747
})
48-
.catch(function(e.stack) {
48+
.catch(function(e) {
4949
console.log(e.stack)
5050
console.log()
5151
if (paths.indexOf(base) === -1) {

0 commit comments

Comments
 (0)