Skip to content

Commit

Permalink
(1.0.9)[Fixed #13] Remove add pattern from StandardError in 'makeQuer…
Browse files Browse the repository at this point in the history
…yPattern'
  • Loading branch information
hahwul committed Jul 25, 2019
1 parent 980ce48 commit 70e427a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 44 deletions.
121 changes: 78 additions & 43 deletions .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion lib/XSpear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def makeQueryPattern(type, payload, pattern, category, desc, callback)
end
end
rescue StandardError
result.push("inject": 'url',"param":"error", "type": type, "query": '', "pattern": pattern, "desc": desc, "category": category, "callback": callback)
# bypass
end
result
end
Expand Down

0 comments on commit 70e427a

Please sign in to comment.