diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-11 18:01:44 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-12 11:13:00 +0000 |
commit | 8f2b570c7c3aad43be8fe7260c9ab29e4c0d3c4a (patch) | |
tree | 8b762be7bb231de900966a01274342e4a2f834d4 /tests | |
parent | 7d57ff8581642fcc8e99d042a4436675966b39c7 (diff) |
Start logging immediately; add File → Save
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Monitor.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monitor.hs b/tests/Monitor.hs index 4ea0a71..fb774fc 100644 --- a/tests/Monitor.hs +++ b/tests/Monitor.hs @@ -12,5 +12,5 @@ main = do let filename = case args of x:xs -> x _ -> error "gimme a filename" - recorderRun filename Nothing $ \_ -> mainQuit + recorderRun filename Nothing mainQuit mainGUI |