diff --git a/lib/mainFn/Daemons.ts b/lib/mainFn/Daemons.ts index ddce377..f6b87f8 100644 --- a/lib/mainFn/Daemons.ts +++ b/lib/mainFn/Daemons.ts @@ -16,7 +16,7 @@ type Daemon = { requires: Exclude[] } -type ErrorDuplicateId = `The id "${Id}" is already used` +type ErrorDuplicateId = `The id '${Id}' is already used` /** * Used during the main of a function, it allows us to describe and ensure a set of daemons are running. * With the dependency, we are using this like an init system, where we can ensure that a daemon is running