Skip to content

Commit

Permalink
Merge branch 'dev' into show-custom-error-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoftly committed Jan 19, 2018
2 parents 932bdad + f34cfd5 commit b0e06c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function getConfig(): IConfig {

if (configFileExists) {
configInternal = JSON.parse(fs.readFileSync(configFilePath, { encoding: 'utf8' }));
configInternal.timeout = configInternal.timeout || NO_TIMEOUT;
}

configInternal.messageFilters = [];
Expand Down

0 comments on commit b0e06c6

Please sign in to comment.