Skip to content

Latest commit

 

History

History

Not-found-function-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.