fixed lint/style/noNonNullAssertion
This commit is contained in:
parent
89cfc5c6ee
commit
09a64b801a
@ -95,7 +95,7 @@ export class ModLoadOrder
|
||||
|
||||
for (const loadBeforeMod of loadBefore)
|
||||
{
|
||||
const loadBeforeModConfig = this.modsAvailable.get(loadBeforeMod)!;
|
||||
const loadBeforeModConfig = this.modsAvailable.get(loadBeforeMod);
|
||||
|
||||
loadBeforeModConfig.loadAfter ??= [];
|
||||
loadBeforeModConfig.loadAfter.push(mod);
|
||||
|
Loading…
x
Reference in New Issue
Block a user