Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 593 Bytes

File metadata and controls

13 lines (9 loc) · 593 Bytes

Not found function (part 2)

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.