From 5b1c393f4ca7b86c1bc7393dbafb79c19a1990c3 Mon Sep 17 00:00:00 2001 From: anyueling Date: Wed, 20 Jul 2022 10:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: anyueling --- runtime/main/extend/systemplugin/napi/ohos_request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/main/extend/systemplugin/napi/ohos_request.js b/runtime/main/extend/systemplugin/napi/ohos_request.js index 6afa10cf..157b37ce 100644 --- a/runtime/main/extend/systemplugin/napi/ohos_request.js +++ b/runtime/main/extend/systemplugin/napi/ohos_request.js @@ -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); } } },