From 518d367b888dee400ff26f969a6d91badd61cc50 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 18 Nov 2025 17:50:05 -1000 Subject: [PATCH] ;dev: update internal error message --- hledger/Hledger/Cli/Commands/Add.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Add.hs b/hledger/Hledger/Cli/Commands/Add.hs index 14b571031..9d1f2f6aa 100644 --- a/hledger/Hledger/Cli/Commands/Add.hs +++ b/hledger/Hledger/Cli/Commands/Add.hs @@ -499,7 +499,7 @@ balanceTransactionInJournal t j bopts = do Journal{jtxns=ts} <- journalBalanceTransactions bopts j' -- Extract the balanced & checked transaction. maybe - (Left "transactionWizard: unexpected empty journal") -- should not happen + (Left "balanceTransactionInJournal: unexpected empty journal") -- should not happen Right (lastMay ts)