Skip to content

Commit b40eac4

Browse files
Update Main.java
1 parent 3766975 commit b40eac4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/main/java/org/CreadoresProgram/ViaProxyNoCommandRun

src/main/java/org/CreadoresProgram/ViaProxyNoCommandRun/Main.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ public static void main(String[] args){
1818
}
1919
public static String[] getArgsVP(){
2020
File file = new File(System.getProperty("user.dir") + "/viaproxy.yml");
21-
if(){}
21+
if(!file.exists()){
22+
return new String[]{ "cli", "" };
23+
}
2224
return new String[]{ "cli" };
2325
}
2426
}

0 commit comments

Comments
 (0)