Skip to content

Commit

Permalink
Update HydraLabVpnLogger.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou9584 authored Dec 12, 2024
1 parent ec24c93 commit e950a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class HydraLabVpnLogger(private var filePath: String?) {
throw IllegalArgumentException("Invalid file path")
}

val file = File(filePath ?: "")
val file = File(fileUrl ?: "")
if (file.exists()) {
file.writeText("")
} else {
Expand Down

0 comments on commit e950a25

Please sign in to comment.