Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini committed May 15, 2017
1 parent 1c2dd6b commit a282388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Node/core-ProgressDIalog/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ function progress(session, options, asyncFn) {
}

bot.dialog('progressDialog', function (session, args) {
if(!args) return;

var asyncFn = args.asyncFn;
var options = args.options;

Expand Down

0 comments on commit a282388

Please sign in to comment.