From f1e907b044ecce79f5737a1a0d03602aa3614bd5 Mon Sep 17 00:00:00 2001 From: laoguanyao <806103474@qq.com> Date: Wed, 25 Sep 2024 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laoguanyao <806103474@qq.com> --- ohos/src/main/ets/MobileScannerPlugin.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohos/src/main/ets/MobileScannerPlugin.ets b/ohos/src/main/ets/MobileScannerPlugin.ets index 37d7b32..4836574 100644 --- a/ohos/src/main/ets/MobileScannerPlugin.ets +++ b/ohos/src/main/ets/MobileScannerPlugin.ets @@ -375,7 +375,7 @@ export class MobileScannerPlugin implements FlutterPlugin, MethodCallHandler, Ab await customScan.stop(); await customScan.release() } catch (e) { - Log.e(TAG, "customScan Stop Error:" + JSON.stringify(error)); + Log.e(TAG, "customScan Stop Error:" + JSON.stringify(e)); this.isStart = true; } } -- Gitee