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 Sep 29, 2018
1 parent 61d11ea commit a817311
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 @@ -32,7 +32,7 @@ Function Import-Type {

# Check Module Debug Variable
if (-not $Debug) {
# BUG: this debuf tests does not work in SHiPS
# TODO BUG: this debug tests does not work in SHiPS
try {
# In production, check if the TypeName already exists. Only Add TypeDefinition when needed
# New-Object $Path.basename | Out-Null
Expand Down

0 comments on commit a817311

Please sign in to comment.