We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14bdb3 commit 2afb375Copy full SHA for 2afb375
Node/lib/Message.js
@@ -14,7 +14,7 @@ var Message = (function () {
14
args[_i - 2] = arguments[_i];
15
}
16
var m = this;
17
- var msg = typeof prompts == 'string' ? msg : Message.randomPrompt(prompts);
+ var msg = typeof prompts == 'string' ? prompts : Message.randomPrompt(prompts);
18
args.unshift(msg);
19
m.text = session.Session.prototype.gettext.apply(ses, args);
20
return this;
Node/package.json
@@ -2,7 +2,7 @@
2
"name": "botbuilder",
3
"author": "Microsoft Corp.",
4
"description": "Bot Builder is a dialog system for building rich bots on virtually any platform.",
5
- "version": "0.9.1",
+ "version": "0.9.2",
6
"license": "MIT",
7
"keywords": [
8
"botbuilder",
0 commit comments