From 6f976ed3a59afded73a7abcc770a09edf87af0c6 Mon Sep 17 00:00:00 2001 From: sora Date: Wed, 23 Oct 2019 11:10:06 +0200 Subject: [PATCH] adde polycb --- jsondb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsondb.js b/jsondb.js index 68fa8d8..5d147cc 100644 --- a/jsondb.js +++ b/jsondb.js @@ -6,7 +6,7 @@ let db = { }; module.exports = function(name){ - this.file = name+".json"; + this.file = "./"+name+".json"; this.json = db; this.get = function(){