Skip to content

Commit e4c96f9

Browse files
committed
undefined->true
1 parent 4fb3e99 commit e4c96f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/releases/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class Releases {
149149
* ext: ['js', 'map', 'jsbundle', 'bundle'], // override file extensions to scan for
150150
* projects: ['node'], // provide a list of projects
151151
* decompress: false // decompress gzip files before uploading
152-
* live: undefined // whether to inherit stdio to display `sentry-cli` output directly.
152+
* live: true // whether to inherit stdio to display `sentry-cli` output directly.
153153
* });
154154
*
155155
* @param {string} release Unique name of the release.

0 commit comments

Comments
 (0)