From f3cd2e1cbdab961d81521b7ff2cb4f3de33ac35f Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Tue, 17 Oct 2023 22:56:06 -0500 Subject: [PATCH 1/2] Update a comment about the old AppIoc --- src/gateway/LoggingChildProcessGateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/LoggingChildProcessGateway.ts b/src/gateway/LoggingChildProcessGateway.ts index 62e17ed3..6956b078 100644 --- a/src/gateway/LoggingChildProcessGateway.ts +++ b/src/gateway/LoggingChildProcessGateway.ts @@ -5,7 +5,7 @@ import EditorGateway from './EditorGateway'; * Not used in the production build. * * To debug the bash commands run with ChildProcessGateway.cp.spawn(), - * replaces ChildProcessGateway with this file in AppIoc.ts. + * replaces ChildProcessGateway with this file in CompositionRoot.ts. */ export default class LoggingChildProcessGateway { cp; From 94face4646254df42186b5691e6b8ae2a43fa344 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Tue, 17 Oct 2023 22:56:55 -0500 Subject: [PATCH 2/2] Remove s from replaces --- src/gateway/LoggingChildProcessGateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/LoggingChildProcessGateway.ts b/src/gateway/LoggingChildProcessGateway.ts index 6956b078..decdc694 100644 --- a/src/gateway/LoggingChildProcessGateway.ts +++ b/src/gateway/LoggingChildProcessGateway.ts @@ -5,7 +5,7 @@ import EditorGateway from './EditorGateway'; * Not used in the production build. * * To debug the bash commands run with ChildProcessGateway.cp.spawn(), - * replaces ChildProcessGateway with this file in CompositionRoot.ts. + * replace ChildProcessGateway with this file in CompositionRoot.ts. */ export default class LoggingChildProcessGateway { cp;