Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 73b744c

Browse files
committed
edit invalid package exception message
1 parent 1185d11 commit 73b744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/microsoft/codepush/react/CodePushInvalidPackageException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class CodePushInvalidPackageException extends RuntimeException {
44
public CodePushInvalidPackageException() {
5-
super("Update is invalid - no files with extension .jsbundle or .bundle were found in the update package.");
5+
super("Update is invalid - no files with extension .bundle, .js or .jsbundle were found in the update package.");
66
}
77
}

0 commit comments

Comments
 (0)