Update capacitor version
This commit is contained in:
parent
91155bce0a
commit
f3b3a86b32
610 changed files with 28718 additions and 7101 deletions
5
@capacitor/cli/dist/tasks/config.js
vendored
5
@capacitor/cli/dist/tasks/config.js
vendored
|
@ -15,10 +15,7 @@ async function configCommand(config, json) {
|
|||
}
|
||||
exports.configCommand = configCommand;
|
||||
async function deepAwait(obj) {
|
||||
if (obj &&
|
||||
!Array.isArray(obj) &&
|
||||
typeof obj === 'object' &&
|
||||
obj.constructor === Object) {
|
||||
if (obj && !Array.isArray(obj) && typeof obj === 'object' && obj.constructor === Object) {
|
||||
const o = {};
|
||||
for (const [k, v] of Object.entries(obj)) {
|
||||
o[k] = await deepAwait(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue