Skip to content

Commit

Permalink
Fixed command results not being green anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Jun 5, 2012
1 parent 6c2e31d commit 7208127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Component Extensions.vb
Expand Up @@ -15,7 +15,7 @@


component.Logger.FutureLog(placeholder:="[running command {0}...]".Frmt(argDesc), component.Logger.FutureLog(placeholder:="[running command {0}...]".Frmt(argDesc),
message:=SafeInvokeCommand(component, argument).AssumeNotNull(), message:=SafeInvokeCommand(component, argument).AssumeNotNull(),
messageType:=LogMessageType.Typical) messageType:=LogMessageType.Positive)
Catch e As Exception Catch e As Exception
e.RaiseAsUnexpected("UIInvokeCommand for {0}:{1}".Frmt(component.Type, component.Name)) e.RaiseAsUnexpected("UIInvokeCommand for {0}:{1}".Frmt(component.Type, component.Name))
End Try End Try
Expand Down

0 comments on commit 7208127

Please sign in to comment.