Skip to content

Commit

Permalink
Fixed 'Wide' DebugView view
Browse files Browse the repository at this point in the history
  • Loading branch information
seyhajin committed May 11, 2021
1 parent c33daa3 commit c798662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wide/view/DebugView.wx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Class DebugView Extends DockingView
Local stdout:=_console.ReadStdout()
If Not stdout Exit

If stdout="{{!DEBUG!}}~n"
If stdout="{{*** DEBUG ***}}~n"
DebugStop()
Continue
End
Expand Down

0 comments on commit c798662

Please sign in to comment.