rework Cortana scripts to remove duplicates, better document and support Windows version 2004/2009 #43
This commit is contained in:
@@ -38,7 +38,7 @@ function ensureValid(category: YamlCategory) {
|
||||
throw Error('category is null or undefined');
|
||||
}
|
||||
if (!category.children || category.children.length === 0) {
|
||||
throw Error('category has no children');
|
||||
throw Error(`category has no children: "${category.category}"`);
|
||||
}
|
||||
if (!category.category || category.category.length === 0) {
|
||||
throw Error('category has no name');
|
||||
|
||||
Reference in New Issue
Block a user