Remove weird exceptions case

This commit is contained in:
Ilya Ig. Petrov 2017-06-01 16:18:58 +05:00
parent 4325edf84f
commit 9159b3a67b

View File

@ -288,7 +288,7 @@
}, finalExceptions); }, finalExceptions);
} }
if (pacMods.ifMindExceptions || ifManualExceptions) { if (pacMods.ifMindExceptions) {
Object.assign(finalExceptions, (pacMods.exceptions || {})); Object.assign(finalExceptions, (pacMods.exceptions || {}));
} }
const ifExceptions = Object.keys(finalExceptions).length; const ifExceptions = Object.keys(finalExceptions).length;