fix: fix a syntax error in the beginning of the source
This commit is contained in:
parent
128d9f8648
commit
dda29eac73
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -1,4 +1,4 @@
|
|||
svar fs = require("fs");
|
||||
var fs = require("fs");
|
||||
var os = require("os");
|
||||
var http = require("http");
|
||||
var https = require("https");
|
||||
|
|
Loading…
Reference in a new issue