Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "fsgod", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Secure file sharing, hosting, and transfer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,2 +39,3 @@ (function () { | ||
fo.ctime = new Date($stat.ctime); | ||
fo.__getContentFromSrcAsync = function (done) { | ||
@@ -153,3 +154,2 @@ fs.readFile(fo.fullPath, 'utf-8', (err, data) => { | ||
} | ||
console.log('The Validity Of ' + item.fullPath + ' Is ' + valid); | ||
return valid; | ||
@@ -156,0 +156,0 @@ } |
13124
205