From 1d7ed8167aeb6b77c67d4ac13ed515bec84b3096 Mon Sep 17 00:00:00 2001 From: raunaqrox Date: Wed, 20 Mar 2019 23:09:25 +0530 Subject: [PATCH] isArray instead of instanceof for consistent checking --- packages/proto-loader/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/proto-loader/src/index.ts b/packages/proto-loader/src/index.ts index 9b8704c2..a3554f75 100644 --- a/packages/proto-loader/src/index.ts +++ b/packages/proto-loader/src/index.ts @@ -269,7 +269,7 @@ export function load(filename: string, options?: Options): Promise