Skip to content

Commit

Permalink
Fix Bug in Import-Type for SHiPS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Oct 2, 2018
1 parent d11549a commit 48d4a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Private/Import-Type.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Function Import-Type {
# In production, check if the TypeName already exists. Only Add TypeDefinition when needed
# New-Object $Path.basename | Out-Null
# Object creation succeeded, no need to add the Type again
return
#return
} catch {
# Failed to load the type, it does not exist yet so go ahead and add the TypeDefinition
}
Expand Down

0 comments on commit 48d4a32

Please sign in to comment.