Remove 'rules' from section header check in processSection function
This commit is contained in:
@@ -98,7 +98,7 @@ function processSection(sectionName, manifestEntries, fileMap, opts) {
|
|||||||
const seenKeys = new Set();
|
const seenKeys = new Set();
|
||||||
|
|
||||||
// Добавляем заголовок секции
|
// Добавляем заголовок секции
|
||||||
if (!['root', 'x-substore', 'rules'].includes(sectionName)) {
|
if (!['root', 'x-substore'].includes(sectionName)) {
|
||||||
sectionOutput.push(`${sectionName}:`);
|
sectionOutput.push(`${sectionName}:`);
|
||||||
}
|
}
|
||||||
if (sectionName === 'x-substore') {
|
if (sectionName === 'x-substore') {
|
||||||
|
|||||||
Reference in New Issue
Block a user