fix typo
This commit is contained in:
parent
c0984db612
commit
2da9bf8f0e
|
@ -121,7 +121,7 @@ async function init() {
|
||||||
const pendingPatches = patches.filter(p => !p.all && p.predicate?.() !== false);
|
const pendingPatches = patches.filter(p => !p.all && p.predicate?.() !== false);
|
||||||
if (pendingPatches.length)
|
if (pendingPatches.length)
|
||||||
PMLogger.warn(
|
PMLogger.warn(
|
||||||
"Webpack has finished initialising, but some patches haven't been applied yet.",
|
"Webpack has finished initializing, but some patches haven't been applied yet.",
|
||||||
"This might be expected since some Modules are lazy loaded, but please verify",
|
"This might be expected since some Modules are lazy loaded, but please verify",
|
||||||
"that all plugins are working as intended.",
|
"that all plugins are working as intended.",
|
||||||
"You are seeing this warning because this is a Development build of Vencord.",
|
"You are seeing this warning because this is a Development build of Vencord.",
|
||||||
|
|
Loading…
Reference in a new issue