Fix assert (appStoreId is optional)
This commit is contained in:
+1
-1
@@ -697,7 +697,7 @@ function install(data, auditSource, callback) {
|
||||
assert.strictEqual(typeof auditSource, 'object');
|
||||
assert.strictEqual(typeof callback, 'function');
|
||||
|
||||
assert(data.appStoreId && data.manifest); // manifest is already downloaded
|
||||
assert.strictEqual(typeof data.manifest, 'object'); // manifest is already downloaded
|
||||
|
||||
var location = data.location.toLowerCase(),
|
||||
domain = data.domain.toLowerCase(),
|
||||
|
||||
Reference in New Issue
Block a user