You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thumbnail generation script overrides some functions with no-ops when running games. For example, setTune, for games running within the script, is set to () => {}. This causes some thumbnails to fail to generate, as seen below, when the return values of these functions are accessed (in this case: playTune().end()
Relevant file: src/integrations/thumbnail.ts
The text was updated successfully, but these errors were encountered:
The thumbnail generation script overrides some functions with no-ops when running games. For example, setTune, for games running within the script, is set to
() => {}
. This causes some thumbnails to fail to generate, as seen below, when the return values of these functions are accessed (in this case:playTune().end()
Relevant file: src/integrations/thumbnail.ts
The text was updated successfully, but these errors were encountered: