Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 938072a

Browse files
author
Ben Brown
committedApr 6, 2018
add an error handler for studio
1 parent b871d5c commit 938072a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎lib/CoreBot.js

+2
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,8 @@ function Botkit(configuration) {
354354
}
355355

356356
new_convo.activate();
357+
}).catch(function(err) {
358+
console.error('Error executing script transition:', err);
357359
});
358360
}
359361
break;

0 commit comments

Comments
 (0)
This repository has been archived.