mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Fix typo in error logger.
This commit is contained in:
parent
4c45a7288b
commit
f9da1cb0bf
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module.exports = function(options) {
|
|||
|
||||
// Error in vital utility
|
||||
vitals.on('error', function(name, err) {
|
||||
log.fatal(util.format('Vital utility "%s" had an error', er))
|
||||
log.fatal(util.format('Vital utility "%s" had an error', err.stack))
|
||||
selfDestruct()
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue