From 4bd731aa251b5e3546ee772d004f1140ba8c4d2b Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Thu, 27 Feb 2025 13:16:45 +0300 Subject: [PATCH] Adding debug flag to pack routine --- pack.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pack.inc.php b/pack.inc.php index a8035ab..f93cc3b 100644 --- a/pack.inc.php +++ b/pack.inc.php @@ -312,6 +312,7 @@ function config_pack_and_write_bundle( int $version, bool $use_lz4 = true, int $binary_format = 1, + bool $debug = false ) { $cache_entries = array(); @@ -336,7 +337,8 @@ function config_pack_and_write_bundle( cache_entries: $cache_entries, use_lz4: $use_lz4, binary_format: $binary_format, - version: $version + version: $version, + debug: $debug ) );