MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / warn

Function warn

ServerEditorWeb/ace/ace.js:3458–3461  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

3456};
3457
3458function warn(message) {
3459 if (typeof console != "undefined" && console.warn)
3460 console.warn.apply(console, arguments);
3461}
3462
3463function reportError(msg, data) {
3464 var e = new Error(msg);

Callers 1

ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected