From c4d7de1978cb8384ce3cfe4532e706f3f464dd10 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 16 May 2018 12:30:30 -0400 Subject: [PATCH] Fixes undefined exception --- src/views/gitExplorer.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/gitExplorer.ts b/src/views/gitExplorer.ts index 87e40ce..23f6111 100644 --- a/src/views/gitExplorer.ts +++ b/src/views/gitExplorer.ts @@ -202,7 +202,9 @@ export class GitExplorer extends Disposable implements TreeDataProvider