@microsoft/teamsfx 2.3.1 → 2.3.2-alpha.e17ffd4d1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -476,7 +476,7 @@ class OnBehalfOfUserCredential {
476
476
  }
477
477
  }
478
478
 
479
- /******************************************************************************
479
+ /*! *****************************************************************************
480
480
  Copyright (c) Microsoft Corporation.
481
481
 
482
482
  Permission to use, copy, modify, and/or distribute this software for any
@@ -499,12 +499,7 @@ function __awaiter(thisArg, _arguments, P, generator) {
499
499
  function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
500
500
  step((generator = generator.apply(thisArg, _arguments || [])).next());
501
501
  });
502
- }
503
-
504
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
505
- var e = new Error(message);
506
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
507
- };
502
+ }
508
503
 
509
504
  // Copyright (c) Microsoft Corporation.
510
505
  const tokenRefreshTimeSpanInMillisecond = 5 * 60 * 1000;