We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd30a8 commit c735f5aCopy full SHA for c735f5a
samples/node/basic_discovery/index.ts
@@ -211,7 +211,7 @@ async function main(argv: Args) {
211
console.log('Complete!');
212
})
213
.catch((reason) => {
214
- console.log(`DISCOVERY SAMPLE FAILED: ${reason}`);
+ console.log(`DISCOVERY SAMPLE FAILED: ${JSON.stringify(reason)}`);
215
});
216
217
// Allow node to die if the promise above resolved
0 commit comments