You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this when running the latest grunt-changelog:
Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to moment/moment#1407 for more info.
Of course, the arguments passed to moment are non dates, e.g. 'commit' and 'v1.1.2'.
Perhaps grunt-changelog should try/catch moment(mightbeadatetime)?
The text was updated successfully, but these errors were encountered:
Found this when running the latest grunt-changelog:
Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to moment/moment#1407 for more info.
Of course, the arguments passed to moment are non dates, e.g. 'commit' and 'v1.1.2'.
Perhaps grunt-changelog should try/catch moment(mightbeadatetime)?
The text was updated successfully, but these errors were encountered: