commit
e59e4b25d7
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ export class AzureDeployerService extends GBService {
|
||||||
process.stdout.write(
|
process.stdout.write(
|
||||||
`${GBAdminService.GB_PROMPT}Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n`
|
`${GBAdminService.GB_PROMPT}Due to this opened issue: https://github.com/Microsoft/botbuilder-tools/issues/550\n`
|
||||||
);
|
);
|
||||||
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key:`);
|
process.stdout.write(`${GBAdminService.GB_PROMPT}Please enter your LUIS Authoring Key:`); // TODO: INCLUDE URL
|
||||||
authoringKey = scanf('%s').replace(/(\n|\r)+$/, '');
|
authoringKey = scanf('%s').replace(/(\n|\r)+$/, '');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue