Signed-off-by: anyueling <anyueling@huawei.com>
This commit is contained in:
anyueling
2022-07-20 10:18:51 +08:00
parent 1acf566ee2
commit 5b1c393f4c
@@ -192,7 +192,7 @@ export function mockRequest() {
args[len - 1].call(this, uploadedSize, totalSize)
} else if (args[0] == 'headerReceive') {
const header = "[PC Preview]: unknow header"
args[len - 1].call(this, header)
args[len - 1].call(this, header);
}
}
},