1
0
Эх сурвалжийг харах

add insertSingleFileComment option

Gildas 4 жил өмнө
parent
commit
c006bc75ea

+ 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";