MCPcopy
hub / github.com/lo-th/Oimo.js / printError

Function printError

src/core/Utils.js:5–7  ·  view source on GitHub ↗
( clazz, msg )

Source from the content-addressed store, hash-verified

3
4
5function printError( clazz, msg ){
6 console.error("[OIMO] " + clazz + ": " + msg);
7}
8
9export { printError };
10

Callers 11

World_X.jsFile · 0.90
World_X - Copie.jsFile · 0.90
RigidBody.jsFile · 0.90
World.jsFile · 0.90
RigidBody_X.jsFile · 0.90
Proxy.jsFile · 0.90
BroadPhase_X.jsFile · 0.90
BroadPhase.jsFile · 0.90
Constraint.jsFile · 0.90
Shape.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected