server: output json (including subfolders)

This commit is contained in:
Brian Mann
2017-05-22 22:06:48 -04:00
parent 04f2d075fc
commit aac160e08a

View File

@@ -51,7 +51,7 @@ module.exports =
@_err("ERROR_WRITING_FILE", file, err)
_write: (file, obj = {}) ->
fs.writeJsonAsync(file, obj, {spaces: 2})
fs.outputJsonAsync(file, obj, {spaces: 2})
.return(obj)
.catch (err) =>
@_logWriteErr(file, err)