Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MrArnoldPalmer committed Jul 10, 2023
1 parent d5acba5 commit 44f8ca8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function getServiceClient(sdkPkg: V3SdkPkg): any {
const ServiceClient = findV3ClientConstructor(sdkPkg.pkg);
return new ServiceClient({});
} catch (e) {
console.error(e);
throw Error(`No client constructor found within package: ${sdkPkg.packageName}`);
}
}
Expand Down

0 comments on commit 44f8ca8

Please sign in to comment.