Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
binaries download via https
Browse files Browse the repository at this point in the history
  • Loading branch information
tyutyunkov committed Mar 14, 2017
1 parent 7e57c54 commit 692acaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.js
Expand Up @@ -90,7 +90,7 @@ function win() {
if (!zfileExist) {
console.log("Downloading windows binaries from: %s ...", dlurl);
console.log("File: %s", zfile);
var req = http.get(dlurl, function(res) {
var req = https.get(dlurl, function(res) {
if (res.statusCode !== 200) {
console.log("Invalid response code %d", res.statusCode);
process.exit(1);
Expand Down

0 comments on commit 692acaa

Please sign in to comment.