mirror of https://gitlab.com/basile.b/dexed.git
tweaked guessMessageKind() to allow dscanner [warn] to be detected
This commit is contained in:
parent
10164ecae9
commit
f567639784
|
@ -532,7 +532,7 @@ begin
|
|||
'exception', 'Exception', 'illegal', 'Illegal',
|
||||
'fatal', 'Fatal', 'Critical', 'critical':
|
||||
exit(amkErr);
|
||||
'Warning', 'warning', 'caution', 'Caution':
|
||||
'Warning', 'warning', 'caution', 'Caution', 'warn', 'Warn':
|
||||
exit(amkWarn);
|
||||
'Hint', 'hint', 'Tip', 'tip', 'advice', 'Advice',
|
||||
'suggestion', 'Suggestion':
|
||||
|
|
Loading…
Reference in New Issue