Skip to content

Commit 13f2737

Browse files
committed
don't write txtfilepath until ready
1 parent 3798778 commit 13f2737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ if(!alreadyinit) {
4040
"utf-8",
4141
),
4242
);
43-
fs.writeFileSync(txtfile_path, "", "utf-8");
4443

4544
}
4645
if(!fs.existsSync(path.join(__dirname, year, "solutions", solnName, "day1.txt"))) {

0 commit comments

Comments
 (0)