hdoc-tools 0.17.21 → 0.17.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-module.js +1 -1
- package/package.json +1 -1
package/hdoc-module.js
CHANGED
@@ -449,7 +449,7 @@
|
|
449
449
|
}
|
450
450
|
|
451
451
|
if (!items[i].link && !items[i].items) {
|
452
|
-
response.errors.push(`The following Nav Item
|
452
|
+
response.errors.push(`The following Nav Item has no link or items property: ${JSON.stringify(items[i])}`);
|
453
453
|
}
|
454
454
|
const item = items[i];
|
455
455
|
if (!parentlink && item.link) {
|