Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 550 Bytes

File metadata and controls

12 lines (8 loc) · 550 Bytes

If a module imports functions from several modules and a function from one module calls a function from another then the latter may be not found. The script Test-Fails.ps1 shows the problem.

This problem is specific for a module function which imports other modules. If a script function repeats the same scenario with other modules then it works, see Test-Works.ps1.