Skip to content

Commit

Permalink
update hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan committed Dec 8, 2020
1 parent 131b068 commit 5f7b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/packages/lib/indexers/src/botIndexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const checkSkillSetting = (assets: { dialogs: DialogInfo[]; botProjectFile: BotP
const skillName = getSkillNameFromSetting(skillId) || skillId;
diagnostics.push(
new Diagnostic(
`The skill '${skillName}' does not exist in in appsettings.json`,
`The skill '${skillName}' does not exist in bot project file`,
dialog.id,
DiagnosticSeverity.Error
)
Expand Down

0 comments on commit 5f7b710

Please sign in to comment.