File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ var Library = (function (_super) {
132
132
} ) ;
133
133
}
134
134
else {
135
- ctx . logger . warn ( ctx . dialogStack ( ) , "Active dialog '" + entry . id + "' not found in library." ) ;
135
+ context . logger . warn ( context . dialogStack ( ) , "Active dialog '" + entry . id + "' not found in library." ) ;
136
136
callback ( null , results ) ;
137
137
}
138
138
}
Original file line number Diff line number Diff line change 2
2
"name" : " botbuilder" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"description" : " Bot Builder is a dialog system for building rich bots on virtually any platform." ,
5
- "version" : " 3.10.0 " ,
5
+ "version" : " 3.10.1 " ,
6
6
"license" : " MIT" ,
7
7
"keywords" : [
8
8
" botbuilder" ,
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ export class Library extends EventEmitter {
224
224
}
225
225
} ) ;
226
226
} else {
227
- ctx . logger . warn ( ctx . dialogStack ( ) , "Active dialog '" + entry . id + "' not found in library." ) ;
227
+ context . logger . warn ( context . dialogStack ( ) , "Active dialog '" + entry . id + "' not found in library." ) ;
228
228
callback ( null , results ) ;
229
229
}
230
230
} else {
You can’t perform that action at this time.
0 commit comments