Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Apr 19, 2024
1 parent 2b02e87 commit 5ec9a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/CodeGen.purs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ generatePS :: GeneratorOptions -> Aff ABIErrors
generatePS os = do
let opts = os { pursDir = os.pursDir <> "/" <> replaceAll (Pattern ".") (Replacement "/") os.modulePrefix }
fs <- getAllJsonFiles opts.jsonDir
mkdir' opts.pursDir {recursive: true, mode: permsReadWrite}
mkdir' opts.pursDir { recursive: true, mode: permsReadWrite }
case fs of
[] -> throwError <<< error $ "No abi json files found in directory: " <> opts.jsonDir
fs' -> do
Expand Down

0 comments on commit 5ec9a2b

Please sign in to comment.