diff options
| -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 3d67381aa3a..dcc418ea5c1 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." ) |
