snapshot-checker 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ export function buildCommonAnalysisTargetFilterGroup(input) {
77
77
  {
78
78
  kind: CommandKind.Windows,
79
79
  description: "获取目标tgid",
80
- run: `hdc shell pgrep -f -n ${app}`,
80
+ run: `hdc shell pgrep -f -o ${app}`,
81
81
  captureToVar: {
82
82
  name: "target_tgid",
83
83
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-checker",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI 工具:按顺序执行 bat / mac / shell 命令",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",