Skip to content

Commit

Permalink
fix: update readme for local-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen Chen committed Nov 10, 2020
1 parent d5d5892 commit bca8fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ask-sdk-local-debug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ ASK SDK Local Debug is a package which enables you to test your skill code local
## Installation

```
`npm install --save ask-sdk-model@^1.29.0
``npm install --save-dev ask-sdk-local-debug
`
npm install --save ask-sdk-model@^1.29.0
npm install --save-dev ask-sdk-local-debug
```

## Configuration
Expand Down
1 change: 0 additions & 1 deletion ask-sdk-local-debug/lib/util/ArgsParserUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export function argsParser(): any {
return true;
})
.check((argv) => {
RegionEndpointMapping.delete('NA');
if (argv.region != null && !RegionEndpointMapping.has(argv.region)) {
const errorMessage = `Invalid region - ${argv.region}. Please ensure that the region value is one of - ${RegionEndpointMapping.keySeq().toArray()}`;
console.error(errorMessage);
Expand Down

0 comments on commit bca8fad

Please sign in to comment.