Skip to content

Commit df72bfb

Browse files
authored
Update comment for WorkerOptions.debugMode that the default is taken from the TEMPORAL_DEBUG environment variable (#1410)
1 parent 9f55277 commit df72bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/src/worker-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export interface WorkerOptions {
480480
*
481481
* Workflow execution time will not be limited by the Worker in `debugMode`.
482482
*
483-
* @default false
483+
* @default false unless the `TEMPORAL_DEBUG` environment variable is set.
484484
*/
485485
debugMode?: boolean;
486486

0 commit comments

Comments
 (0)