Fixed failing tests and action engine props
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
process.on('unhandledRejection', (error, p) => {
|
||||
console.dir(error.stack);
|
||||
console.error('Unhandled Rejection at:', p, 'reason:', error)
|
||||
process.exit(1)
|
||||
});
|
||||
Reference in New Issue
Block a user