Skip to content

Commit

Permalink
set to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan committed Apr 26, 2021
1 parent cb7da20 commit f57b61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Composer/packages/lib/indexers/src/utils/luUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export function convertLuParseResultToLuFile(
const matchResult = item.message.match(OrchestratorEntityPattern);
if (matchResult) {
item.message = `Orchestrator does not support ${matchResult[1]} entities.`;
item.severity = DiagnosticSeverity.Warning;
}
return item;
});
Expand Down

0 comments on commit f57b61d

Please sign in to comment.