Moritz Schmidt 9 gadi atpakaļ
vecāks
revīzija
aebc654078
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      errorhelpers.go

+ 0 - 1
errorhelpers.go

@@ -110,7 +110,6 @@ func HandleError(e interface{}, ctx *iris.Context) {
       templatehelpers.ShowError(ctx)
     default:
       fmt.Print("Not implemented yet: ")
-      ctx.StopExecution()
       DebugVar(err)
   }
 }