Skip to content

Commit 98dd064

Browse files
Update packages/core/src/shared/settings.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 322bdb3 commit 98dd064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ export class AmazonQPromptSettings
665665
return !this._getOrThrow(promptName, false)
666666
} catch (e) {
667667
this._log('prompt check for "%s" failed: %s', promptName, (e as Error).message)
668-
this.reset().catch((e) => getLogger().error(`failed to reset prompt settings: %O`, (e as Error).message))
668+
this.reset().catch((e) => getLogger().error(`isPromptEnabled: reset() failed: %O`, (e as Error).message))
669669

670670
return true
671671
}

0 commit comments

Comments
 (0)