MessageAccessoriesAPI: Fix

This commit is contained in:
Vendicated 2023-10-25 15:28:50 +02:00 committed by V
parent 554bb18e9b
commit fb22c57da1
2 changed files with 3 additions and 4 deletions

View file

@ -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);