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 95179df commit eb60c44Copy full SHA for eb60c44
src/Nix/Exec.hs
@@ -478,7 +478,7 @@ execBinaryOpForced scope span op lval rval = case op of
478
fromStringNoContext :: Framed e m => NixString -> m Text
479
fromStringNoContext ns = case principledGetStringNoContext ns of
480
Just str -> pure str
481
- Nothing -> throwError $ ErrorCall "expected string with no context"
+ Nothing -> throwError $ ErrorCall $ "expected string with no context, but got " ++ show ns
482
483
addTracing
484
:: (MonadNix e t f m, Has e Options, MonadReader Int n, Alternative n)
0 commit comments