mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Add no-misused/floating-promises lint rule
This commit is contained in:
@@ -81,7 +81,7 @@ export abstract class CDSSocketManagerBase<
|
||||
throw error;
|
||||
} finally {
|
||||
log.info('CDSSocketManager: closing socket');
|
||||
socket.close(3000, 'Normal');
|
||||
void socket.close(3000, 'Normal');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user