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/.bin/baseline-browser-mapping.ps1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/node_modules/.bin/baseline-browser-mapping.ps1 b/node_modules/.bin/baseline-browser-mapping.ps1
index e241c1d..049fe74 100644
--- a/node_modules/.bin/baseline-browser-mapping.ps1
+++ b/node_modules/.bin/baseline-browser-mapping.ps1
@@ -11,17 +11,17 @@
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
- $input | & "$basedir/node$exe" "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+ $input | & "$basedir/node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
} else {
- & "$basedir/node$exe" "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+ & "$basedir/node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
- $input | & "node$exe" "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+ $input | & "node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
} else {
- & "node$exe" "$basedir/../baseline-browser-mapping/dist/cli.js" $args
+ & "node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
}
$ret=$LASTEXITCODE
}
--
Gitblit v1.9.3