Skip to content

Commit

Permalink
Further debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Zhabenko committed Aug 21, 2024
1 parent b339766 commit 5b5f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Shakespeare/I18N.hs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ mkMessageCommon genType prefix postfix master dt rawFolder lang = do
Right x -> x
dt0 = intercalate " " dt1
master' | cxt0 == [] = master
| otherwise = intercalate " " . fst $ -- This variant probably causes errors while testing.
| otherwise = concat . take 1 . fst $ -- This variant probably causes errors while testing -- Changed for debugging purposes from interacale \" \" . fst
(case (parse parseName "" master) of
Left err -> error $ show err
Right x -> x)
Expand Down

0 comments on commit 5b5f8e2

Please sign in to comment.