diff --git a/src/main.ts b/src/main.ts index 56e6cdc..149a9e7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -229,10 +229,10 @@ async function main() { return; } - if (!diff) { - console.log("No diff found"); - return; - } + // if (!diff) { + // console.log("No diff found"); + // return; + // } const parsedDiff = parseDiff(diff);