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; }