[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-05-12 19:59:15 +00:00
committed by Connor Byrne
parent 2f76a931a8
commit 5df5ee1d0b

View File

@@ -594,7 +594,6 @@ function createNodeHandle(nodeId: NodeEntityId): NodeHandle {
) {
// TODO(#11939): replace with world.onSystemEvent once World interface gains it
if (import.meta.env.DEV) {
// eslint-disable-next-line no-console
console.warn(
`[extension-api] node.on('${event}') is a Phase-A stub — handlers will not fire until the dispatch substrate lands (#11939).`
)