botbuilder-dialogs
Advanced tools
Comparing version
@@ -382,3 +382,3 @@ "use strict"; | ||
if (!dialog) { | ||
throw new Error(`DialogSet.reprompt(): Can't find A dialog with an id of '${instance.id}'.`); | ||
throw new Error(`DialogContext.repromptDialog(): Can't find a dialog with an id of '${instance.id}'.`); | ||
} | ||
@@ -385,0 +385,0 @@ // Ask dialog to re-prompt if supported |
@@ -5,3 +5,3 @@ { | ||
"description": "A dialog stack based conversation manager for Microsoft BotBuilder.", | ||
"version": "4.11.0-dev.20200820.31e2d7a", | ||
"version": "4.11.0-dev.20200821.015ebb7", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"@types/node": "^10.17.27", | ||
"botbuilder-core": "4.11.0-dev.20200820.31e2d7a", | ||
"botbuilder-core": "4.11.0-dev.20200821.015ebb7", | ||
"globalize": "^1.4.2" | ||
@@ -48,3 +48,3 @@ }, | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200820.31e2d7a", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200821.015ebb7", | ||
"test": "tsc && nyc mocha tests/", | ||
@@ -51,0 +51,0 @@ "test:compat": "api-extractor run --verbose" |
@@ -466,3 +466,3 @@ /** | ||
if (!dialog) { | ||
throw new Error(`DialogSet.reprompt(): Can't find A dialog with an id of '${ instance.id }'.`); | ||
throw new Error(`DialogContext.repromptDialog(): Can't find a dialog with an id of '${ instance.id }'.`); | ||
} | ||
@@ -469,0 +469,0 @@ |
Sorry, the diff of this file is not supported yet
963046
0+ Added
+ Added
- Removed
- Removed