We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b483ba1 commit e5726acCopy full SHA for e5726ac
1 file changed
packages/node-sdk/src/client.ts
@@ -965,7 +965,7 @@ export class BucketClient {
965
checkContextWithTracking(options);
966
967
if (!this.initializationFinished) {
968
- this.logger.error("BucketClient is not initialized yet.");
+ this.logger.error("getFeature(s): BucketClient is not initialized yet.");
969
}
970
971
void this.syncContext(options);
0 commit comments