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

@@ -254,8 +254,8 @@ function stopBox(done) {
// db is not cleaned up here since it's too late to call it after server.stop. if called before server.stop taskmanager apptasks are unhappy :/
async.series([
taskmanager.stopPendingTasks,
taskmanager.waitForPendingTasks,
taskmanager._stopPendingTasks,
taskmanager._waitForPendingTasks,
appdb._clear,
server.stop,
ldap.stop,