Skip to content

Commit e950a25

Browse files
authored
Update HydraLabVpnLogger.kt
1 parent ec24c93 commit e950a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android_client/app/src/main/java/com/microsoft/hydralab/android/client/vpn/HydraLabVpnLogger.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HydraLabVpnLogger(private var filePath: String?) {
2424
throw IllegalArgumentException("Invalid file path")
2525
}
2626

27-
val file = File(filePath ?: "")
27+
val file = File(fileUrl ?: "")
2828
if (file.exists()) {
2929
file.writeText("")
3030
} else {

0 commit comments

Comments
 (0)