()
| 13167 | doTheRest(); |
| 13168 | } |
| 13169 | function doTheRest() { |
| 13170 | uponPromise(action(), () => finalize(originalIsError, originalError), (newError) => finalize(true, newError)); |
| 13171 | return null; |
| 13172 | } |
| 13173 | } |
| 13174 | function shutdown(isError2, error) { |
| 13175 | if (shuttingDown) { |
no test coverage detected
searching dependent graphs…