Skip to content

Commit

Permalink
add dirname import
Browse files Browse the repository at this point in the history
  • Loading branch information
pb99u069 committed Dec 1, 2022
1 parent 648fa20 commit 8f8639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Plutip/Server.purs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ import Mote.Description (Description(Group, Test))
import Mote.Monad (MoteT(MoteT), mapTest)
import Node.ChildProcess (defaultSpawnOptions)
import Node.FS.Sync (exists, mkdir) as FSSync
import Node.Path (FilePath)
import Node.Path (FilePath, dirname)
import Type.Prelude (Proxy(Proxy))

-- | Run a single `Contract` in Plutip environment.
Expand Down

0 comments on commit 8f8639b

Please sign in to comment.