Преглед на файлове

add insertSingleFileComment option

Gildas преди 4 години
родител
ревизия
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";