note where map is left in --fast mode
This commit is contained in:
parent
7c156f3548
commit
cecf3894ff
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ start = do
|
|||
liftIO $ writeFile file (drawMap rs umap trusted)
|
||||
next $ next $
|
||||
ifM (Annex.getState Annex.fast)
|
||||
( return True
|
||||
( do
|
||||
showLongNote $ "left map in " ++ file
|
||||
return True
|
||||
, do
|
||||
showLongNote $ "running: dot -Tx11 " ++ file
|
||||
showOutput
|
||||
|
|
Loading…
Reference in a new issue