We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b074a6 commit ceac9a6Copy full SHA for ceac9a6
regnum2phyx/regnum2phyx.js
@@ -217,7 +217,7 @@ dump.forEach((entry, index) => {
217
// Make sure we don't have multiple phyloreferences with the same label, since
218
// we name the file after the phyloreference being produced.
219
if (has(phyxProduced, phylorefLabel)) {
220
- process.stderr.write(`Duplicate phyloreference label '${phylorefLabel}', skipping.`);
+ process.stderr.write(`Duplicate phyloreference label '${phylorefLabel}', skipping.\n`);
221
countErrors += 1;
222
return;
223
}
0 commit comments