From 8baf729b591d3ff1723c5796d7523459ba02456a Mon Sep 17 00:00:00 2001 From: andycall Date: Sun, 19 Feb 2017 22:54:58 +0800 Subject: [PATCH] disable error upload --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index e5b2032..b810071 100644 --- a/app.js +++ b/app.js @@ -28,8 +28,8 @@ app.use(function* (next) { // // // 错误处理测试使用 if (chunkIndex == 1) { - console.log(`set failed of ${chunkIndex}`); - this.status = 500; + // console.log(`set failed of ${chunkIndex}`); + // this.status = 500; } } else {