Add doc for return

This commit is contained in:
Tim Schaub
2018-06-24 10:08:16 -06:00
parent 6f481e0b6a
commit 81f864bb4c

View File

@@ -149,6 +149,7 @@ function spawnJSDoc(paths) {
/**
* Writes the info.json file.
* @param {Object} info The info.
* @return {Promise} Resolves on completion.
*/
async function write(info) {
await fse.outputJson(infoPath, info, {spaces: 2});