Moritz Schmidt 9 년 전
부모
커밋
aebc654078
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)
   }
 }