diff --git a/packages/core/api-git.ts b/packages/core/api-git.ts index fb6af3d..297c8d3 100644 --- a/packages/core/api-git.ts +++ b/packages/core/api-git.ts @@ -116,7 +116,7 @@ export class ApiGit extends Api { } catch (_e) { if (this.debug) { console.error( - `[@kjam/core] ApiGit::getData failed parsing JSON at '${path}'` + `[@kjam/core]: ApiGit::getData failed parsing JSON at '${path}'` ); } return failedReturn;