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)
|
liftIO $ writeFile file (drawMap rs umap trusted)
|
||||||
next $ next $
|
next $ next $
|
||||||
ifM (Annex.getState Annex.fast)
|
ifM (Annex.getState Annex.fast)
|
||||||
( return True
|
( do
|
||||||
|
showLongNote $ "left map in " ++ file
|
||||||
|
return True
|
||||||
, do
|
, do
|
||||||
showLongNote $ "running: dot -Tx11 " ++ file
|
showLongNote $ "running: dot -Tx11 " ++ file
|
||||||
showOutput
|
showOutput
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue