Skip to content

Commit

Permalink
Merge pull request #25 from fmacpro/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
fmacpro authored Oct 3, 2019
2 parents c2a6101 + 79ab2e6 commit 6000c8e
Show file tree
Hide file tree
Showing 3 changed files with 807 additions and 804 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ const articleParser = async function (options, socket) {
if (article.status === 403 || article.status === 404) {
socket.emit('parse:status', 'Failed to fetch URL')
await browser.close()
process.exit(1)
}

// Evaluate URL
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "horseman-article-parser",
"version": "0.7.2",
"version": "0.7.3",
"description": "Web Page Inspection Tool. Sentiment Analysis, Keyword Extraction, Named Entity Recognition & Spell Check",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 6000c8e

Please sign in to comment.