mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-10 01:44:29 +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
|
|
} |