We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb58411 commit 49809eaCopy full SHA for 49809ea
unison-cli/src/Unison/CommandLine/Main.hs
@@ -104,7 +104,6 @@ getUserInput codebase authHTTPClient currentPath numberedArgs =
104
ws -> do
105
liftIO (parseInput codebase currentPath numberedArgs IP.patternMap ws) >>= \case
106
Left msg -> do
107
- liftIO . putStrLn $ "Adding to history: " <> l
108
-- We still add history that failed to parse so the user can easily reload
109
-- the input and fix it.
110
Line.modifyHistory $ Line.addHistoryUnlessConsecutiveDupe $ l
0 commit comments