Skip to content

Commit

Permalink
fix: replace missing fs require (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmasterkai authored Mar 26, 2020
1 parent 8b51d92 commit 7ac3ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const fs = require("fs");
const cluster = require("cluster");
const process = require("process");
const wrangler = require("./lib/wrangler");
Expand Down

0 comments on commit 7ac3ca7

Please sign in to comment.