wip fixes for hot reload

This commit is contained in:
2024-01-25 10:49:57 -05:00
parent 89f2041b79
commit 1755dac070
7 changed files with 94 additions and 54 deletions

View File

@ -52,7 +52,7 @@ function check-ModuleForChanges
}
$file_hashes = @{}
get-childitem -path $path_module -recurse -file -Exclude $excludes | foreach-object {
get-childitem -path $path_module -file -Exclude $excludes | foreach-object {
$id = $_.fullname
$hash_info = get-filehash -path $id -Algorithm MD5
$file_hashes[ $id ] = $hash_info.Hash