Skip to content

Commit

Permalink
Correct a typo in mockserver/server.go (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Dec 2, 2022
1 parent b502379 commit cca6a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mockserver/server.go
Expand Up @@ -271,7 +271,7 @@ func (ds *fakeDebugSession) doContinue() {
ds.bpSetMux.Lock()
if ds.bpSet == 0 {
// Pretend that the program is running.
// The delay will alow for all in-flight responses
// The delay will allow for all in-flight responses
// to be sent before termination.
time.Sleep(1000 * time.Millisecond)
e = &dap.TerminatedEvent{
Expand Down

0 comments on commit cca6a33

Please sign in to comment.