mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 18:37:04 -04:00
fix FriendsSince on canary
This commit is contained in:
parent
74df53e7c8
commit
0bebc85b0d
2 changed files with 14 additions and 4 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue