Skip to content

Commit

Permalink
web: Include the version in the new ruffle instance console message
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpie authored and torokati44 committed Aug 11, 2023
1 parent e73cd91 commit 0a55c04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/packages/core/src/ruffle-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,9 @@ export class RufflePlayer extends HTMLElement {

console.log(
"%c" +
"New Ruffle instance created (WebAssembly extensions: " +
"New Ruffle instance created (Version: " +
buildInfo.versionName +
" | WebAssembly extensions: " +
(ruffleConstructor.is_wasm_simd_used() ? "ON" : "OFF") +
" | Used renderer: " +
(actuallyUsedRendererName ?? "") +
Expand Down

0 comments on commit 0a55c04

Please sign in to comment.