Skip to content

Commit

Permalink
Merge pull request #1 from chadevanssf/process-intent-not-defined
Browse files Browse the repository at this point in the history
Updating to provide context for _processIntent
  • Loading branch information
chadevans-mulesoft committed Feb 16, 2018
2 parents 3e5d4f0 + 08aace6 commit 5b85c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/violet.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports.script = function(_appName) {
};

violet._app.launch( function( requ, resp ) {
return _processIntent(requ, resp, null, (response)=>{
return violet.inputMgr._processIntent(requ, resp, null, (response)=>{
// TODO: needs to be re-enabled
// if (fAlert.length > 0) {
// response.say('You have an alert.');
Expand Down

0 comments on commit 5b85c92

Please sign in to comment.