JSDoc issue seems to be fixed

This commit is contained in:
Tobi Schäfer 2024-01-07 00:16:06 +01:00
parent 6eb1feb5cd
commit 5a4ad8eeda

View file

@ -225,11 +225,6 @@ task jsdoc(type: Exec) {
executable 'npx'
args = ['jsdoc', '-d', "$destination"].plus(sources)
// As of writing jsdoc throws the following error:
// Unable to parse /home/tobi/Projects/helma/current/modules/jala/code/Database.js: Unexpected token, expected "(" (844:10)
// Seems to be related to the `for each` syntax but did not find any further references.
ignoreExitValue true
}
task xgettext(type: JavaExec) {