Fix lint error

This commit is contained in:
Rex 2022-04-25 15:59:31 +08:00
parent 1148026e69
commit 42a127832a

View file

@ -607,7 +607,8 @@ var LoaderPlugin = new Class({
if (packKey)
{
var subPack = GetValue(pack, packKey);
if (subPack) {
if (subPack)
{
pack = { packKey: subPack };
}
}