Moritz Schmidt 9 yıl önce
ebeveyn
işleme
aebc654078
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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)
   }
 }