There was an error while loading. Please reload this page.
The following code works on the Simulator:
return Promise.all([fileInfo, ...(m.intoArray(setValuePromises))]);
but gives a Syntax error when I try to debug with Chrome.
The following code works on the Simulator:
return Promise.all([fileInfo, ...(m.intoArray(setValuePromises))]);
but gives a Syntax error when I try to debug with Chrome.