Skip to content

Commit

Permalink
Remove unnecesary exit code (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
loostro authored Mar 20, 2017
1 parent bd59b36 commit b92e461
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion dist/src/main/Application.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/main/Application.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ramlunit",
"version": "3.0.0",
"version": "3.0.1",
"description": "Validate RAML and generate JUnit-like report.",
"author": "Piotr Gołębiewski <loostro@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 0 additions & 2 deletions src/main/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ export class Application {
fs.writeFileSync(outputPath, xmlDocument.toString())

console.log(`Report saved to ${outputPath}.`)

process.exit(+xmlDocument.hasFailures())
}
}

0 comments on commit b92e461

Please sign in to comment.