We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecf7bb commit 1022627Copy full SHA for 1022627
appveyor.yml
@@ -7,10 +7,14 @@ environment:
7
ESHOST_SKIP_CH: 1
8
ESHOST_SKIP_D8: 1
9
ESHOST_SKIP_ENGINE262: 1
10
+ ESHOST_SKIP_GRAALJS: 1
11
ESHOST_SKIP_HERMES: 1
12
ESHOST_SKIP_JSC: 1
13
ESHOST_SKIP_JSSHELL: 1
14
+ ESHOST_SKIP_LIBJS: 1
15
ESHOST_SKIP_NODE: 1
16
+ ESHOST_SKIP_QJS: 1
17
+ ESHOST_SKIP_XS: 1
18
# Browsers
19
ESHOST_SKIP_CHROME: 1
20
ESHOST_SKIP_FIREFOX: 1
test/runify.js
@@ -68,7 +68,7 @@ if (process.env.CI) {
68
if (isWindows) {
69
hosts.forEach((record, index) => {
70
const host = hostsOnWindows[index];
71
- if (record[1].hostPath) {
+ if (host && record[1].hostPath) {
72
if (record[0] === host[0]) {
73
record[1].hostPath = host[1].hostPath;
74
}
0 commit comments