Updated logging

Signed-off-by: Vaibhav Sharma <17532va@gmail.com>
pull/11749/head
Vaibhav Sharma 2 years ago
parent 767eb92f5b
commit 06401650ac

@ -90,7 +90,7 @@ func (m *Manager) Build() error {
} }
if c.Metadata.Dependencies == nil && m.Debug { if c.Metadata.Dependencies == nil && m.Debug {
fmt.Print("No dependencies found to build") fmt.Fprintln(m.Out, "No dependencies found to build")
return nil return nil
} }
// If a lock file is found, run a build from that. Otherwise, just do // If a lock file is found, run a build from that. Otherwise, just do

Loading…
Cancel
Save