Skip to content

Commit cf69b3c

Browse files
committed
more verbose log when it does not work
1 parent d6e7f8b commit cf69b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function matchedCompilerExn() {
187187
console.log(output)
188188
console.log("Use the compiler above")
189189
} else {
190-
console.log("No matched compiler found, may re-try")
190+
console.log('version', output, "No matched compiler found, may re-try")
191191
throw ""
192192
}
193193
}

0 commit comments

Comments
 (0)