Skip to content

Commit

Permalink
Attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 14, 2020
1 parent daa037d commit a44d67c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,14 +1,14 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "12"
# - nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
# - nodejs_version: "6"
# - nodejs_version: "4"

matrix:
fast_finish: true
fast_finish: false

# allow_failures:
# - nodejs_version: "4" # for eslint 5
Expand Down
1 change: 1 addition & 0 deletions utils/resolve.js
Expand Up @@ -30,6 +30,7 @@ const createRequire = Module.createRequire || Module.createRequireFromPath || fu
}

function tryRequire(target, sourceFile) {
console.log({target, sourceFile})
let resolved
try {
// Check if the target exists
Expand Down

0 comments on commit a44d67c

Please sign in to comment.