Skip to content

Commit f0eeed0

Browse files
committed
fix debug
1 parent 1d06a32 commit f0eeed0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/commands/debug.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default () => <ApplicationCommand>{
2020
`> Opti: ${info.bunny.version}`,
2121
`> Loader: ${info.bunny.loader.name} ${info.bunny.loader.version}`,
2222
`> Discord: ${info.discord.version} (${info.discord.build})`,
23+
`-# Hermes: ${info.hermes.bytecodeVersion} ${info.hermes.version}`,
2324
`-# React: ${info.react.version} (RN ${info.react.nativeVersion})`,
2425
`-# System: ${info.os.name} ${info.os.version} ${info.os.sdk ? `(SDK ${info.os.sdk})` : ""}`.trimEnd(),
2526
`-# Device: ${info.device.model} (${info.device.codename})`,

0 commit comments

Comments
 (0)