зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1914435 - Print file paths in mach webidl-example. r=webidl,saschanaz
That way people don't need to read the docs ;) Differential Revision: https://phabricator.services.mozilla.com/D219899
This commit is contained in:
Родитель
f3542e182a
Коммит
110c4f1089
|
@ -28,7 +28,10 @@ def webidl_example(command_context, interface):
|
||||||
|
|
||||||
manager = create_build_system_manager()
|
manager = create_build_system_manager()
|
||||||
for i in interface:
|
for i in interface:
|
||||||
manager.generate_example_files(i)
|
written = manager.generate_example_files(i)
|
||||||
|
for path_set in written:
|
||||||
|
for path in path_set:
|
||||||
|
print(path)
|
||||||
|
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
|
|
Загрузка…
Ссылка в новой задаче