From 1aafb5718db25f0aa79d9abd4ac1b16f5ab2b7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=9B=B9=E5=AE=87?= Date: Tue, 1 Jul 2025 06:45:01 +0000 Subject: [PATCH] update build-tools/delete_systemapi_plugin.js. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王曹宇 --- build-tools/delete_systemapi_plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/delete_systemapi_plugin.js b/build-tools/delete_systemapi_plugin.js index 82a3eb989a..fc26f563bd 100644 --- a/build-tools/delete_systemapi_plugin.js +++ b/build-tools/delete_systemapi_plugin.js @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + const path = require('path'); const fs = require('fs'); const ts = require('typescript'); -- Gitee