We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b3a3a commit 301b447Copy full SHA for 301b447
1 file changed
packages/google-cloud-asset/samples/quickstart.js
@@ -49,7 +49,7 @@ async function main(assetNames) {
49
console.log(util.inspect(result, {depth: null}));
50
// [END asset_quickstart]
51
}
52
- quickstart();
+ await quickstart();
53
54
55
main(...process.argv.slice(2));
0 commit comments