more output from generator (#868)

This commit is contained in:
Marcus Holl
2019-09-09 09:34:21 +02:00
committed by GitHub
parent 41dcebb3a5
commit 6f8cd0f88c
+1 -1
View File
@@ -364,7 +364,7 @@ class Helper {
def param = retrieveParameterName(line)
if(!param) {
throw new RuntimeException('Cannot retrieve parameter for a comment')
throw new RuntimeException("Cannot retrieve parameter for a comment. Affected line was: '${line}'")
}
def _docu = [], _value = [], _mandatory = [], _parentObject = []