fix: prefix unused watcherReady with underscore
This commit is contained in:
parent
119dcdc775
commit
9c3c339f48
@ -15,7 +15,7 @@ let listeners = new Set<Listener>();
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
let sharedWatcher: any = null;
|
||||
let sharedRoot: string | null = null;
|
||||
let __watcherReady = false;
|
||||
let _watcherReady = false;
|
||||
|
||||
async function ensureWatcher(root: string) {
|
||||
if (sharedWatcher && sharedRoot === root) {return;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user