aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/nots.py
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2025-02-26 09:31:40 +0300
committerzaverden <zaverden@yandex-team.com>2025-02-26 09:55:53 +0300
commitc69b9c681239aa9f1d87685da0b93ceae4f843bf (patch)
tree70c9f4570ec3647dd8382a4394326ed8dd27e5f2 /build/plugins/nots.py
parent34db823746279ef28ea654c5e5f9218077e4021c (diff)
downloadydb-c69b9c681239aa9f1d87685da0b93ceae4f843bf.tar.gz
feat(TS_PACKAGE): add RUN_JAVASCRIPT support
commit_hash:980fa5a71c85e3ce7b0bb2c52bf1293d69c382ae
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r--build/plugins/nots.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py
index f79707f29d..4581182ec5 100644
--- a/build/plugins/nots.py
+++ b/build/plugins/nots.py
@@ -937,7 +937,6 @@ def __on_ts_files(unit: NotsUnitType, files_in: list[str], files_out: list[str])
new_items = _build_cmd_input_paths(paths=files_in, hide=True, disable_include_processor=True)
new_items += _build_cmd_output_paths(paths=files_out, hide=True)
__set_append(unit, "_TS_FILES_INOUTS", new_items)
- logger.print_vars("_TS_FILES_INOUTS")
@_with_report_configure_error