diff --git a/bun.lockb b/bun.lockb index cc57805..8239ad4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/init-dependencies/init-dependencies.ts b/src/init-dependencies/init-dependencies.ts index dbbac2f..3ac453c 100644 --- a/src/init-dependencies/init-dependencies.ts +++ b/src/init-dependencies/init-dependencies.ts @@ -95,7 +95,9 @@ export const initDependencies = ( ) ); } else { - logger.warn("Background processing is disabled - training results won't be gathered"); + logger.warn( + "Background processing is disabled - training results won't be gathered" + ); } return deps;