Просмотр исходного кода

add insertSingleFileComment option

Gildas 4 лет назад
Родитель
Сommit
c006bc75ea
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      cli/single-file-cli-api.js

+ 2 - 1
cli/single-file-cli-api.js

@@ -61,7 +61,8 @@ const DEFAULT_OPTIONS = {
 	userScriptEnabled: false,
 	saveFavicon: true,
 	includeBOM: false,
-	insertMetaNoIndex: false
+	insertMetaNoIndex: false,
+	insertSingleFileComment: true
 };
 const STATE_PROCESSING = "processing";
 const STATE_PROCESSED = "processed";