kopia lustrzana https://github.com/c9/core
fix exception with empty text modules
rodzic
7ac30f2c66
commit
036c5f649c
|
@ -77,7 +77,7 @@ function build(config, opts, callback){
|
|||
if (added[pkg.id])
|
||||
return;
|
||||
added[pkg.id] = true;
|
||||
if (!pkg.source)
|
||||
if (pkg.source == null)
|
||||
return;
|
||||
if (pkg.deps)
|
||||
pkg.deps.forEach(addModule);
|
||||
|
|
Ładowanie…
Reference in New Issue