mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-13 03:14:26 +01:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
|
|
function logError(error) {
|
|
console.log("Unexpected Error: ");
|
|
console.log(error);
|
|
}
|
|
|
|
module.exports = {
|
|
logError
|
|
} |