mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use correct variable name when logging a less error
This commit is contained in:
committed by
matt debergalis
parent
32266f5d09
commit
e2eadee1d4
@@ -30,7 +30,7 @@ Package.register_extension(
|
||||
// less.render() is supposed to report any errors via its
|
||||
// callback. But sometimes, it throws them instead. This is
|
||||
// probably a bug in less. Be prepared for either behavior.
|
||||
bundle.error(source_path + ": Less compiler error: " + err.message);
|
||||
bundle.error(source_path + ": Less compiler error: " + e.message);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user