mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
MessageAccessoriesAPI: Fix
This commit is contained in:
parent
554bb18e9b
commit
fb22c57da1
2 changed files with 3 additions and 4 deletions
|
@ -458,7 +458,7 @@ export function extract(id: number) {
|
|||
// WARNING: This module was extracted to be more easily readable.
|
||||
// This module is NOT ACTUALLY USED! This means putting breakpoints will have NO EFFECT!!
|
||||
|
||||
${mod.toString()}
|
||||
0,${mod.toString()}
|
||||
//# sourceURL=ExtractedWebpackModule${id}
|
||||
`;
|
||||
const extracted = (0, eval)(code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue