solidity-docgen
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -282,3 +282,5 @@ "use strict"; | ||
const match = re.exec(text); | ||
if (match) { | ||
// we break out of the loop if the empty string is matched because no | ||
// progress will be made and it will loop infinitely | ||
if (match && match[0] !== '') { | ||
yield match; | ||
@@ -285,0 +287,0 @@ } |
{ | ||
"name": "solidity-docgen", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Solidity API documentation automatic generator.", | ||
@@ -5,0 +5,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
254521
1219