mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix meteor run with no errors
This commit is contained in:
@@ -705,7 +705,7 @@ _.extend(AppRunner.prototype, {
|
||||
if (self.lint) {
|
||||
var warnings = bundleResult.warnings;
|
||||
|
||||
if (warnings.hasMessages()) {
|
||||
if (warnings && warnings.hasMessages()) {
|
||||
runLog.log(
|
||||
'Linting your app.\n\n' + warnings.formatMessages(),
|
||||
{ arrow: true });
|
||||
|
||||
Reference in New Issue
Block a user