Merge pull request #1 from X-Cli/fix_dot
Fixing the error type returned when using -dot
This commit is contained in:
commit
9429914107
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func spoolDependencyRequest(wc <-chan *dep_msg.Request, ansChan chan<- *WorkerRe
|
|||
ansChan <- &WorkerResult{
|
||||
req.Name(), g.String(), nil, nil,
|
||||
nil, nil, nil, nil,
|
||||
err,
|
||||
nil,
|
||||
}
|
||||
} else {
|
||||
go performBackgroundAnalysis(req.Name(), relNode, ansChan, analysisDoneChan, reqConf, tree)
|
||||
|
|
Loading…
Reference in a new issue