There was an error while loading. Please reload this page.
1 parent 3fb967d commit b9f4a09Copy full SHA for b9f4a09
1 file changed
asset/snippets/exportAssets.js
@@ -49,7 +49,7 @@ async function main(dumpFilePath) {
49
// Do things with with the response.
50
console.log(result);
51
}
52
- exportAssets().catch((err) => {
+ exportAssets().catch(err => {
53
throw err;
54
});
55
// [END asset_quickstart_export_assets]
0 commit comments