MCPcopy
hub / github.com/microsoft/SandDance / error

Function error

docs/app/js/sanddance-app.js:59127–59129  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

59125var _env = require("probe.gl/env");
59126var glErrorShadow = {};
59127function error(msg) {
59128 if ((0, _env.global).console && (0, _env.global).console.error) (0, _env.global).console.error(msg);
59129}
59130function log(msg) {
59131 if ((0, _env.global).console && (0, _env.global).console.log) (0, _env.global).console.log(msg);
59132}

Callers 2

synthesizeGLErrorFunction · 0.70
splitAccessPathFunction · 0.70

Calls 2

log$1Function · 0.70
errorMethod · 0.45

Tested by

no test coverage detected