cbf
Version:
A package for creating scripts to store and run your most commonly used CLI commands for a repo or just in general
13 lines (10 loc) • 327 B
JavaScript
const messages = {
errorLoadingYamlFile: {
message: 'Error loading <primary>{yamlFileName}<primary> file\n\n<error>{exception}<error>',
},
errorLoadingJsonFile: {
message: 'Error loading <primary>{jsonFileName}<primary> file\n\n<error>{exception}<error>',
},
};
module.exports = messages;