upd (fw):

- temp removed internal event
- logger now also displays ms
This commit is contained in:
2025-01-31 16:26:21 +00:00
parent 78d1831bbc
commit d5dc6924aa
3 changed files with 4 additions and 9 deletions
-5
View File
@@ -11,8 +11,3 @@ export const fw = {
/** ``rage-fw-rpc`` instance used under the hood. It is highly recommended to use this one if you need it instead of creating a new instance */
rpc,
}
;(async () => {
await fw.event.triggerClient(
'cefReady' as Parameters<typeof fw.event.triggerClient>[0],
)
})()