mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove extraneous portion of comment on discards type
This is now self-evident thanks to the typing we have done. Also the comment was a liar anyway, because the file it referenced was incorrect.
This commit is contained in:
@@ -14,9 +14,7 @@ class NpmDiscards {
|
||||
}
|
||||
|
||||
// Update the current specification of discarded files with additional
|
||||
// patterns that should be discarded. See the comment in package-source.js
|
||||
// about `Npm.strip` for an explanation of what should be passed for the
|
||||
// `discards` parameter.
|
||||
// patterns that should be discarded.
|
||||
merge(discards: Discards): void {
|
||||
merge(this.discards, discards);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user