mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 23:59:42 +08:00
edit invalid package exception message
This commit is contained in:
@@ -2,6 +2,6 @@ package com.microsoft.codepush.react;
|
||||
|
||||
public class CodePushInvalidPackageException extends RuntimeException {
|
||||
public CodePushInvalidPackageException() {
|
||||
super("Update is invalid - no files with extension .jsbundle or .bundle were found in the update package.");
|
||||
super("Update is invalid - no files with extension .bundle, .js or .jsbundle were found in the update package.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user