refactor: LoadTestCases

This commit is contained in:
lilong.129
2024-08-19 21:16:13 +08:00
parent 5dc92cc47b
commit 14211b7c30
4 changed files with 54 additions and 52 deletions

View File

@@ -175,7 +175,7 @@ func GetProjectRootDirPath(path string) (rootDir string, err error) {
rootDir = filepath.Dir(pluginPath)
return
}
// fix: no debugtalk file in project but having proj.json created by startpeoject
// fix: no debugtalk file in project but having proj.json created by startproject
projPath, err := locateFile(path, projectInfoFile)
if err == nil {
rootDir = filepath.Dir(projPath)