promises::finally() was missing namespace prefix

This commit is contained in:
Joe Cheng
2017-10-13 16:55:11 -07:00
parent 132f90f45b
commit 05aa413683

View File

@@ -1050,7 +1050,7 @@ registerDebugHook("observerFunc", environment(), label)
# If this observer is async, it's necessary to maintain the busy
# count until the async operation is complete
.domain$incrementBusyCount()
finally(result, .domain$decrementBusyCount)
promises::finally(result, .domain$decrementBusyCount)
}
}
}