We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b02e5 commit b728976Copy full SHA for b728976
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