Skip to content
Snippets Groups Projects
Commit 39a23019 authored by Recolic K's avatar Recolic K
Browse files

allow debug output

parent d13ae7f2
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,9 @@ func decidePackageVersion(frameworkVersion, packageVersion string, indexJsons, i
}
}
} else {
if debugOutput {
log.Println("WARNING: This version has no dependency information at all. Can not process, mark as possible OK. ")
}
// no dependencyGroups at all
thisPkgVersionIsPossibleOk = true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment