@devkong/cli 0.0.58 → 0.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -87527,7 +87527,7 @@ function requestConfigProvider(profile) {
|
|
|
87527
87527
|
}
|
|
87528
87528
|
}
|
|
87529
87529
|
} catch (ex) {
|
|
87530
|
-
console.warn("
|
|
87530
|
+
console.warn("failed to use cached token, fetching new one", ex);
|
|
87531
87531
|
}
|
|
87532
87532
|
}
|
|
87533
87533
|
const url2 = joinUrlAndPath(
|