Skip to content

Commit 06bdce2

Browse files
joker23kinyoklion
andauthored
Update packages/shared/sdk-client/src/LDClientImpl.ts
Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
1 parent 8b2405c commit 06bdce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/sdk-client/src/LDClientImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export default class LDClientImpl implements LDClient, LDClientIdentifyResult {
383383
): Promise<LDIdentifyResult> {
384384
if (this._requiresStart && !this.startPromise) {
385385
this.logger.error(
386-
'Client must be started before it can identify a context, did you forget to call start()?',
386+
'The client must be started before a context can be identified. Call start() prior to identifying a context.',
387387
);
388388
return { status: 'error', error: new Error('Identify called before start') };
389389
}

0 commit comments

Comments
 (0)