mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] test/acceptance: skip the shutdown in case we did not start yet
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
6589aa6ae0
commit
847f124d7b
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class FilestoreApp {
|
|||
}
|
||||
|
||||
async stop() {
|
||||
if (!this.server) return
|
||||
const closeServer = promisify(this.server.close).bind(this.server)
|
||||
try {
|
||||
await closeServer()
|
||||
|
|
Loading…
Reference in a new issue