瀏覽代碼

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