Arif Hermawan
Results
1
comments of
Arif Hermawan
I tried digging into this, and it seems like the cause is because of how `isHookCalled` checks if `process.argv[1]` ends with `SYMLINK_URL`. [As seen here.](https://github.com/di-sukharev/opencommit/blob/dev/src/commands/githook.ts#L11-L13) To be exact, the problem...