You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
disable coverage reporting
This commit is contained in:
@@ -31,6 +31,7 @@ import { v4 as uuidv4 } from "uuid";
|
||||
* @returns true if we successfully claimed the lock; false if another instance stole it from under our nose
|
||||
* (in which `onNewInstance` will have been called)
|
||||
*/
|
||||
/* istanbul ignore next (coverage instrumentation is disabled for this file) */
|
||||
export async function getSessionLock(onNewInstance: () => Promise<void>): Promise<boolean> {
|
||||
/*
|
||||
* The algorithm here is twofold.
|
||||
|
Reference in New Issue
Block a user