Skip to content
Snippets Groups Projects
Commit 9b88e94a authored by Francesco Talo's avatar Francesco Talo
Browse files

Merge branch 'dev_k8s' of...

Merge branch 'dev_k8s' of https://gitlab.ebi.ac.uk/literature-services/public-projects/xpub-epmc into dev_k8s
parents 1a4c9fac 706e3cc4
No related branches found
No related tags found
3 merge requests!380Pipeline changes,!379Build step added for the master branch,!378k8s release
......@@ -275,8 +275,8 @@ const pushXML = async function pushXML(
fs.writeFileSync(`${tmpPath}/${manuscriptId}.html`, html)
} catch (err) {
throw new Error(
'Unable to convert NXML to HTML - problem with NXML or XSL\n\n',
err,
'Unable to convert NXML to HTML - problem with NXML or XSL\n',
err.message,
)
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment