Skip to content

Commit 5a50b63

Browse files
added error handling
1 parent 8882c1d commit 5a50b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Create-Database.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ try {
127127

128128
} Catch
129129
{
130-
Write-Warning " An Error Occured Run `$error[0] | fl * -force to get the full details"
130+
#Write-Warning " An Error Occured Run `$error[0] | fl * -force to get the full details"
131+
$_
131132
}
132133
}

0 commit comments

Comments
 (0)