Mark as internal functions

This commit is contained in:
Girish Ramakrishnan
2019-03-08 19:09:34 -08:00
parent 66b02b58b6
commit 46f46483f8
2 changed files with 5 additions and 4 deletions

View File

@@ -8,8 +8,9 @@ exports = module.exports = {
startAppTask: startAppTask,
restartAppTask: restartAppTask,
stopPendingTasks: stopPendingTasks,
waitForPendingTasks: waitForPendingTasks
// exported for testing
_stopPendingTasks: stopPendingTasks,
_waitForPendingTasks: waitForPendingTasks
};
var appdb = require('./appdb.js'),