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)
   }
 }