mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-17 06:14:27 +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
|
|
} |