Remove code dependencies to underscore

This commit is contained in:
Anthony Laibe 2018-07-24 13:29:06 +01:00 committed by Pascal Precht
parent e726d3ea29
commit 9fe14a0790
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
2 changed files with 12170 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class NpmTimer{
else{ else{
// otherwise, find our download complete measurement // otherwise, find our download complete measurement
entry = utils.last(items.getEntries().filter(entry => entry.name === this._downloadComplete)); entry = utils.last(items.getEntries().filter(entry => entry.name === this._downloadComplete));
if(entry){ if(entry){
strDuration = __('Finished downloading and installing {{packageName}} {{version}} in {{duration}}ms', {packageName: this._packageName, version: this._version, duration: entry.duration}); strDuration = __('Finished downloading and installing {{packageName}} {{version}} in {{duration}}ms', {packageName: this._packageName, version: this._version, duration: entry.duration});
performance.clearMarks(); performance.clearMarks();

12169
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff