Created
October 28, 2016 09:12
-
-
Save haadcode/42d6d216d9881221bd37e79129651b99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fs.init(1 * 1024 * 1024, (err) => { | |
if(err) { | |
logger.error("Couldn't initialize file system:", err) | |
} else { | |
logger.debug("FileSystem initialized") | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment