edit invalid package exception message

This commit is contained in:
Geoffrey Goh
2016-01-28 20:23:10 -08:00
parent 1185d11d5b
commit 73b744c60e

View File

@@ -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.");
}
}