Skip to content

Commit 6edb4f2

Browse files
Update os/src/TempOps.scala
Co-authored-by: Florian Schmaus <[email protected]>
1 parent c2dfe01 commit 6edb4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/src/TempOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object temp {
105105
dir = dir,
106106
prefix = prefix,
107107
suffix = suffix,
108-
deleteOnExit = false, // TempFile.close() deletes it, no need to register with JVM
108+
deleteOnExit = false, // TempPath.close() deletes it, no need to register with JVM
109109
perms = perms
110110
))(fun)
111111
}

0 commit comments

Comments
 (0)