Commit 154feaab authored by nanahira's avatar nanahira

fix

parent 34e6f85f
......@@ -10,6 +10,7 @@
*/
var http = require('http');
var https = require('https');
var fs = require('fs');
var execSync = require('child_process').execSync;
var spawn = require('child_process').spawn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment