We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f49036 commit c00c7c5Copy full SHA for c00c7c5
lib/resolve-id.js
@@ -45,7 +45,7 @@ module.exports = function(id, base, options) {
45
console.log()
46
return result
47
})
48
- .catch(function(e.stack) {
+ .catch(function(e) {
49
console.log(e.stack)
50
51
if (paths.indexOf(base) === -1) {
0 commit comments