Skip to content

Commit

Permalink
fix: add proper warning message (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 authored and alexander-fenster committed Nov 2, 2019
1 parent 685737c commit 6b277ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/src/schema/proto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6b277ef

Please sign in to comment.