From 6b277ef25ef0c252986d965445fd2b187c580919 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Fri, 1 Nov 2019 20:17:49 -0700 Subject: [PATCH] fix: add proper warning message (#97) --- typescript/src/schema/proto.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/src/schema/proto.ts b/typescript/src/schema/proto.ts index a499a040c..db0beba2d 100644 --- a/typescript/src/schema/proto.ts +++ b/typescript/src/schema/proto.ts @@ -480,8 +480,8 @@ function augmentService( service.name + ' message ' + property + - ' refers to an unkown resource: ' + - resourceReference + ' refers to an unknown resource: ' + + JSON.stringify(resourceReference) ); continue; }