1 Commits
Author SHA1 Message Date
Paulo Truta e80aaf7d18 Release/1.3.0 (#40)
* Implemented scaffolding for BrowserDev tasks and implemented taskGetBrowserDevPassword

* Added SetBrowserDevPasswordFile and ReplaceTextInFile funcs

* Added browserDevProxyPath

* Polished code and added missing pieces

* Improved Makefile with info and install + build processes

* Added vscode tasks support

* Added run command and reverted build-all to old logic, added run vscode task

* Added GetBrowserDevStatus task and into schedules

* Fixed check for tasks.GetBrowserStatus()

* Reverted to no result log in Exec command
2024-12-07 01:26:45 +01:00
+1 -1
View File
@@ -54,7 +54,7 @@ func Exec(path string, command string, args []string) string {
// log.Println(fmt.Sprint(err) + ": " + stderr.String()) // ... Silence... // log.Println(fmt.Sprint(err) + ": " + stderr.String()) // ... Silence...
} }
log.Println("Result: " + out.String()) // ... Silence ... // log.Println("Result: " + out.String()) // ... Silence ...
return strings.Trim(out.String(), " \n") return strings.Trim(out.String(), " \n")