diff --git a/packages/proto-loader/src/index.ts b/packages/proto-loader/src/index.ts index c5533a5e..b29e26f3 100644 --- a/packages/proto-loader/src/index.ts +++ b/packages/proto-loader/src/index.ts @@ -302,6 +302,7 @@ function addIncludePathResolver(root: Protobuf.Root, includePaths: string[]) { continue; } } + process.emitWarning(`${target} not found in any of the include paths ${includePaths}`); return originalResolvePath(origin, target); }; }