mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00
6 lines
62 B
JavaScript
6 lines
62 B
JavaScript
function $ERROR(message) {
|
|
console.log(message)
|
|
}
|
|
|
|
// ---
|