Skip to content

Commit cbe172c

Browse files
author
magiclu550
committed
[commit] #1061 npe bug
1 parent bd96b4a commit cbe172c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JPLS/src/main/java/cn/jsmod2/core/utils/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public static String arraysToString(String[] args){
233233
}
234234
}
235235

236-
return "";
236+
return null;
237237
}
238238

239239
public static void printException(Throwable t){

0 commit comments

Comments
 (0)