Skip to content

Commit

Permalink
error spell
Browse files Browse the repository at this point in the history
  • Loading branch information
hurrytospring committed Oct 16, 2018
1 parent f93e198 commit 356d767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions otto/fix_modules/parse-asn1/fixProc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ module.exports = function (okey, password) {
var match2 = key.match(fullRegex)

//----------- yz-fix add
if(match&&match[1]===match[3]){// add
match.pop()
if(match2&&match2[1]===match2[3]){// add
match2.pop()
}else{
match=null
match2=null
}
//------------

Expand Down

0 comments on commit 356d767

Please sign in to comment.