-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DLP quickstart + fix incorrect comments #442
Conversation
dlp/quickstart.js
Outdated
} | ||
}) | ||
.catch((err) => { | ||
console.log(`Error in inspectString: ${err.message || err}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use console.error
, otherwise LGTM
Codecov Report
@@ Coverage Diff @@
## master #442 +/- ##
=======================================
Coverage 83.84% 83.84%
=======================================
Files 4 4
Lines 421 421
=======================================
Hits 353 353
Misses 68 68 Continue to review full report at Codecov.
|
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* feat: updates effects profile sample with more guidance * feat: update test Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
* Fix typo in comments * Add DLP quickstart * Address comments
@bshaffer - adding you as a reviewer to make sure this matches the PHP sample's style. Thanks!