Skip to content

Commit

Permalink
chore: linting (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 10, 2020
1 parent 9372dfb commit 0496beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/snippets/exportAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function main(dumpFilePath) {
// Do things with with the response.
console.log(result);
}
exportAssets().catch((err) => {
exportAssets().catch(err => {
throw err;
});
// [END asset_quickstart_export_assets]
Expand Down

0 comments on commit 0496beb

Please sign in to comment.