From 71569c0cfece432fa90a2b86439c375a55aec507 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 12 Jul 2019 12:23:27 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20don't=20assign=20`null`?= =?UTF-8?q?=20to=20`.=5Flink`=20property=20in=20`FSWatcher`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/volume.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volume.ts b/src/volume.ts index a0bd8359..fb4823d7 100644 --- a/src/volume.ts +++ b/src/volume.ts @@ -2497,7 +2497,7 @@ export class FSWatcher extends EventEmitter { // _persistent: boolean = true; _recursive: boolean = false; _encoding: TEncoding = ENCODING_UTF8; - _link: Link = null; + _link: Link; _timer; // Timer that keeps this task persistent.