mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't fail when there is no application source batch.
This commit is contained in:
@@ -675,7 +675,10 @@ export class PackageSourceBatch {
|
||||
}
|
||||
|
||||
pkgSourceBatches.forEach(scan);
|
||||
scan(appSourceBatch);
|
||||
|
||||
if (appSourceBatch) {
|
||||
scan(appSourceBatch);
|
||||
}
|
||||
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user