mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove link to guide.
This commit is contained in:
parent
0015f8d3cb
commit
b7f2d4a43b
1 changed files with 0 additions and 1 deletions
|
|
@ -255,7 +255,6 @@ func diagnoseEnvironment(f *flags.Doctor) error {
|
|||
if len(dependenciesMissing) != 0 {
|
||||
pterm.Println("Fatal:")
|
||||
pterm.Println("Required dependencies missing: " + strings.Join(dependenciesMissing, " "))
|
||||
pterm.Println("Please read this article on how to resolve this: https://wails.io/guides/resolving-missing-packages")
|
||||
}
|
||||
|
||||
pterm.Println() // Spacer for sponsor message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue