diff options
Diffstat (limited to 'toolkit/components/taskscheduler/TaskScheduler.sys.mjs')
-rw-r--r-- | toolkit/components/taskscheduler/TaskScheduler.sys.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/taskscheduler/TaskScheduler.sys.mjs b/toolkit/components/taskscheduler/TaskScheduler.sys.mjs index 2225328c41..4de5d0a76c 100644 --- a/toolkit/components/taskscheduler/TaskScheduler.sys.mjs +++ b/toolkit/components/taskscheduler/TaskScheduler.sys.mjs @@ -93,7 +93,7 @@ export var TaskScheduler = { * * options.disabled * If true the task will be created disabled, so that it will not be run. - * Ignored on macOS: see comments in TaskSchedulerMacOSImpl.jsm. + * Ignored on macOS: see comments in TaskSchedulerMacOSImpl.sys.mjs. * Default false, intended for tests. * * options.executionTimeoutSec |