diff options
author | khoden <khoden@yandex-team.com> | 2024-09-10 20:00:45 +0300 |
---|---|---|
committer | khoden <khoden@yandex-team.com> | 2024-09-10 20:15:18 +0300 |
commit | b949747c779320edae2654274dbffc7d17539717 (patch) | |
tree | 97b357bf336856355ad98a22b4cc39ab56874705 /build/plugins/nots.py | |
parent | 68a70934be2fb1d76f07a8776b7e58bd2ae127fa (diff) | |
download | ydb-b949747c779320edae2654274dbffc7d17539717.tar.gz |
edit TS_PACKAGE warning
99b3d6e3a49d1b81d0c154835f083dc12e6a5e70
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r-- | build/plugins/nots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index 3d67381aa3..dcc418ea5c 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -861,6 +861,7 @@ def on_ts_package_check_files(unit): ymake.report_configure_error( "\n" "In the TS_PACKAGE module, you should define at least one file using the TS_FILES() macro.\n" + "If you use the TS_FILES_GLOB, check the expression. For example, use `src/**/*` instead of `src/*`.\n" "Docs: https://docs.yandex-team.ru/frontend-in-arcadia/references/TS_PACKAGE#ts-files." ) |