Skip to content

Instantly share code, notes, and snippets.

@haadcode
Created October 28, 2016 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haadcode/42d6d216d9881221bd37e79129651b99 to your computer and use it in GitHub Desktop.
Save haadcode/42d6d216d9881221bd37e79129651b99 to your computer and use it in GitHub Desktop.
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