Skip to content

Commit

Permalink
fix: macos和linux下代码定位命令不对 #1495 (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
onecer committed Aug 2, 2023
1 parent c0419d7 commit 0e78080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/vitePlugin/codeServer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function GvaPositionServer() {
)
} else {
child_process.exec(
`webstorm64 --line ${linePath} ${filePath}`
`webstorm --line ${linePath} ${filePath}`
)
}
} else {
Expand Down

0 comments on commit 0e78080

Please sign in to comment.