summaryrefslogtreecommitdiffstats
path: root/browser/modules/BackgroundTask_uninstall.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'browser/modules/BackgroundTask_uninstall.sys.mjs')
-rw-r--r--browser/modules/BackgroundTask_uninstall.sys.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/modules/BackgroundTask_uninstall.sys.mjs b/browser/modules/BackgroundTask_uninstall.sys.mjs
index 9e51248438..f2fc9a0f8c 100644
--- a/browser/modules/BackgroundTask_uninstall.sys.mjs
+++ b/browser/modules/BackgroundTask_uninstall.sys.mjs
@@ -12,7 +12,7 @@
import { AppConstants } from "resource://gre/modules/AppConstants.sys.mjs";
-export async function runBackgroundTask(commandLine) {
+export async function runBackgroundTask() {
console.log("Running BackgroundTask_uninstall.");
if (AppConstants.platform === "win") {