Fix chronos warning

This commit is contained in:
Mark Spanbroek 2021-09-21 09:48:36 +02:00
parent 6f3d5cdb2d
commit f4e5e6f766
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ proc createServer*(
except TransportOsError as exc:
error "Transport error", exc = exc.msg
asyncCheck accepts()
asyncSpawn accepts()
else:
server.handler = handler
server.start()