Skip to content

Commit

Permalink
Update os/src/TempOps.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Schmaus <[email protected]>
  • Loading branch information
mpollmeier and Flowdalic authored Nov 22, 2023
1 parent 6edb4f2 commit 7e6c994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/src/TempOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ object temp {
Using.resource(os.temp.dir(
dir = dir,
prefix = prefix,
deleteOnExit = false, // TempFile.close() deletes it, no need to register with JVM
deleteOnExit = false, // TempPath.close() deletes it, no need to register with JVM
perms = perms
))(fun)

Expand Down

0 comments on commit 7e6c994

Please sign in to comment.