mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
removed unnecessary dependancies
changed logger.red to logger.error
This commit is contained in:
@@ -291,7 +291,7 @@ func CheckDependencies(logger *Logger) (bool, error) {
|
||||
}
|
||||
if !installed {
|
||||
errors = true
|
||||
logger.Red("Library '%s' not found. %s", library.Name, library.Help)
|
||||
logger.Error("Library '%s' not found. %s", library.Name, library.Help)
|
||||
} else {
|
||||
logger.Green("Library '%s' installed.", library.Name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user