forked from external-repos/pa11y-dashboard
Lint JavaScript
This commit is contained in:
2
index.js
2
index.js
@@ -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'));
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user