Skip to content

Commit

Permalink
fix(test): trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Apr 8, 2022
1 parent 71f9c70 commit a0f7c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/api-git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0f7c3e

Please sign in to comment.