We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebc126 commit 43e08b2Copy full SHA for 43e08b2
lib/models/Project.js
@@ -342,7 +342,7 @@ var Project = function () {
342
}
343
if (statsInfo.warnings.length > 0) {
344
statsInfo.warnings.map(function (warning) {
345
- warn(err.yellow);
+ warn(warning.yellow);
346
info();
347
});
348
@@ -470,4 +470,4 @@ var Project = function () {
470
return Project;
471
}();
472
473
-module.exports = Project;
+module.exports = Project;
src/models/Project.js
@@ -312,7 +312,7 @@ class Project {
312
313
314
statsInfo.warnings.map((warning) => {
315
316
317
})
318
0 commit comments