Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3458
function
warn(message) {
3459
if
(typeof console !=
"undefined"
&& console.warn)
3460
console.warn.apply(console, arguments);
3461
}
3462
3463
function
reportError(msg, data) {
3464
var
e =
new
Error(msg);
Callers
1
ace.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected