mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Meteor.Error: Fix self.error comment
This commit is contained in:
committed by
Sashko Stubailo
parent
6247309daa
commit
43b06c42dd
@@ -80,8 +80,7 @@ Meteor.Error = Meteor.makeErrorType(
|
||||
function (error, reason, details) {
|
||||
var self = this;
|
||||
|
||||
// Currently, a numeric code, likely similar to a HTTP code (eg,
|
||||
// 404, 500). That is likely to change though.
|
||||
// String code uniquely identifying this kind of error.
|
||||
self.error = error;
|
||||
|
||||
// Optional: A short human-readable summary of the error. Not
|
||||
|
||||
Reference in New Issue
Block a user