Skip to content

Commit 7ac3ca7

Browse files
authored
fix: replace missing fs require (#50)
1 parent 8b51d92 commit 7ac3ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
const fs = require("fs");
12
const cluster = require("cluster");
23
const process = require("process");
34
const wrangler = require("./lib/wrangler");

0 commit comments

Comments
 (0)