From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/api/server/ServerApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/server/ServerApi.ts') diff --git a/src/api/server/ServerApi.ts b/src/api/server/ServerApi.ts index 706520cb3..9dc3a9a0e 100644 --- a/src/api/server/ServerApi.ts +++ b/src/api/server/ServerApi.ts @@ -35,7 +35,7 @@ import { import { removeServicePartitionDirectory } from '../../helpers/service-helpers'; -const debug = require('debug')('Ferdi:ServerApi'); +const debug = require('debug')('Ferdium:ServerApi'); module.paths.unshift(getDevRecipeDirectory(), getRecipeDirectory()); -- cgit v1.2.3-54-g00ecf