Lint JavaScript

This commit is contained in:
Rowan Manning
2013-09-16 13:28:51 +01:00
parent 3836e9079b
commit b7cb3ab48a
6 changed files with 78 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ require('./app')(config, function (err, app) {
app.on('route-error', function (err) {
if (err.code === 'ECONNREFUSED') {
console.log(chalk.red('Error: could not connect to pa11y-webservice'))
console.log(chalk.red('Error: could not connect to pa11y-webservice'));
}
});