🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
When running tests according to the standard configuration in IHP guide if I can run one set succesfully. However if i try to run the tests again from the same ghci prompt I hit a:
uncaught exception: IOException of type ResourceBusy
openFile: resource busy (file is locked)
When running tests according to the standard configuration in IHP guide if I can run one set succesfully. However if i try to run the tests again from the same ghci prompt I hit a:
If I comment:
in
/Config/Config.hs
then I can run multiple tests from the sameghci
prompt.Think the logging file handle is not getting closed when running ghci Tests will check this.