mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
"use strict";
|
|
|
|
function error(message) {
|
|
console.error(message);
|
|
console.trace();
|
|
}
|
|
|
|
module.exports = error;
|