fix FriendsSince on canary

This commit is contained in:
Vendicated 2024-04-20 11:50:28 +02:00
parent 74df53e7c8
commit 0bebc85b0d
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 14 additions and 4 deletions

View file

@ -92,7 +92,7 @@ if (IS_DEV && IS_DISCORD_DESKTOP) {
}, 0);
}
function handleModuleNotFound(method: string, ...filter: unknown[]) {
export function handleModuleNotFound(method: string, ...filter: unknown[]) {
const err = new Error(`webpack.${method} found no module`);
logger.error(err, "Filter:", filter);