未验证 提交 0e780805 编写于 作者: Y YinYongYou 提交者: GitHub

fix: macos和linux下代码定位命令不对 #1495 (#1496)

上级 c0419d73
......@@ -31,7 +31,7 @@ export default function GvaPositionServer() {
)
} else {
child_process.exec(
`webstorm64 --line ${linePath} ${filePath}`
`webstorm --line ${linePath} ${filePath}`
)
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册