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 9623bc6 commit 4d1df6aCopy full SHA for 4d1df6a
hydra-cluster/src/CardanoNode.hs
@@ -199,7 +199,7 @@ findFileStartingAtDirectory maxDepth fileName = do
199
then pure path
200
else
201
if depth <= 0
202
- then error $ "Could not locate the Blockfrost project file at or above: " <> pack dir
+ then error $ "Could not locate the Blockfrost project file at " <> pack dir <> " or " <> show depth <> " above."
203
else do
204
let parent = ".." </> takeDirectory dir
205
if parent == dir
nohup.out
0 commit comments