Skip to content

Commit

Permalink
disable error upload
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Feb 19, 2017
1 parent b9455e6 commit 8baf729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Expand Up @@ -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 {
Expand Down

0 comments on commit 8baf729

Please sign in to comment.