From 8fca3f6c3d5d37bb4c9827955089079f51f9259f Mon Sep 17 00:00:00 2001 From: PilkeySEK Date: Sat, 8 Mar 2025 18:21:49 +0100 Subject: [PATCH] Fix minor typo in MIRVExecution --- src/core/execution/MIRVExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/execution/MIRVExecution.ts b/src/core/execution/MIRVExecution.ts index 7e198d86b..d7129c008 100644 --- a/src/core/execution/MIRVExecution.ts +++ b/src/core/execution/MIRVExecution.ts @@ -182,7 +182,7 @@ export class MirvExecution implements Execution { } return tile; } - console.log("could find place giving up"); + console.log("couldn't find place, giving up"); return null; }