Skip to content

Commit b949747

Browse files
author
khoden
committed
edit TS_PACKAGE warning
99b3d6e3a49d1b81d0c154835f083dc12e6a5e70
1 parent 68a7093 commit b949747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/plugins/nots.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@ def on_ts_package_check_files(unit):
861861
ymake.report_configure_error(
862862
"\n"
863863
"In the TS_PACKAGE module, you should define at least one file using the TS_FILES() macro.\n"
864+
"If you use the TS_FILES_GLOB, check the expression. For example, use `src/**/*` instead of `src/*`.\n"
864865
"Docs: https://docs.yandex-team.ru/frontend-in-arcadia/references/TS_PACKAGE#ts-files."
865866
)
866867

0 commit comments

Comments
 (0)