From dffd92e0b709fe70c98961eb1aa6586139376de7 Mon Sep 17 00:00:00 2001 From: zhangchen168 Date: Thu, 30 Mar 2023 19:32:17 +0800 Subject: [PATCH] Ignore error when module of '. so' cannot be found Issue: https://gitee.com/openharmony/third_party_typescript/issues/I6RQC1 Signed-off-by: zhangchen168 Change-Id: I1dc084e182a12e72a13c8d8863646ba3af020374 --- ts2panda/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/package-lock.json b/ts2panda/package-lock.json index 482ac2a576..545d7e2f72 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4470,7 +4470,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-7A/tgIY7roB3G7GR2/B3fuj3dyzs9D2tDoqbN9ACZ/i8xcRH//+TJ4kA2+iY6RRAnbULbxBzJYC1ohO73XqwJQ==", + "integrity": "sha512-jz5wBrzb9pmEVQynO8bel0QG1JwgA4NezV9+BEbaY78L+Metc2NFklsF+pXn3Ljqm7fkStOPf6lKikhnewEaEg==", "dev": true }, "typical": { -- Gitee