nx 20.7.0-canary.20250319-59624c2 → 20.7.0-canary.20250320-2a0d89d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
|
@@ -265,7 +265,7 @@ plugins) {
|
|
265
265
|
e
|
266
266
|
: // This represents a single plugin erroring out with a hard error.
|
267
267
|
new error_types_1.AggregateCreateNodesError([[null, e]], []);
|
268
|
-
if (pluginIndex) {
|
268
|
+
if (pluginIndex !== undefined) {
|
269
269
|
error.pluginIndex = pluginIndex;
|
270
270
|
}
|
271
271
|
(0, error_types_1.formatAggregateCreateNodesError)(error, pluginName);
|