@@ -1513,7 +1513,7 @@ module.exports = app => {
};
let stream;
try {
- this._checkStageCanModifyRe(ctx);
+ // this._checkStageCanModifyRe(ctx);
stream = await ctx.getFileStream({ requireFile: false });
let fileData = {};
if (stream.filename !== undefined) {