From 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 18:09:58 +0800
Subject: [PATCH] 上报转运调试
---
node_modules/enhanced-resolve/lib/getPaths.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/node_modules/enhanced-resolve/lib/getPaths.js b/node_modules/enhanced-resolve/lib/getPaths.js
index cf0c9ca..4cfb72b 100644
--- a/node_modules/enhanced-resolve/lib/getPaths.js
+++ b/node_modules/enhanced-resolve/lib/getPaths.js
@@ -7,7 +7,7 @@
/**
* @param {string} path path
- * @returns {{paths: string[], segments: string[]}}} paths and segments
+ * @returns {{ paths: string[], segments: string[] }}} paths and segments
*/
module.exports = function getPaths(path) {
if (path === "/") return { paths: ["/"], segments: [""] };
@@ -33,7 +33,7 @@
/**
* @param {string} path path
- * @returns {string|null} basename or null
+ * @returns {string | null} basename or null
*/
module.exports.basename = function basename(path) {
const i = path.lastIndexOf("/");
--
Gitblit v1.9.3