Fix warning being logged constantly
This commit is contained in:
parent
479898ecab
commit
f439f5888b
@ -1648,7 +1648,11 @@ export class ItemHelper
|
|||||||
if (!item.upd)
|
if (!item.upd)
|
||||||
{
|
{
|
||||||
item.upd = {};
|
item.upd = {};
|
||||||
|
|
||||||
|
if (warningMessageWhenMissing)
|
||||||
|
{
|
||||||
this.logger.warning(warningMessageWhenMissing);
|
this.logger.warning(warningMessageWhenMissing);
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user