I got an error: `TypeError: Cannot read properties of null (reading '1')` at getCallee.ts (17:17) The problem is `result` is null when I have error like this: ``` at someFunction (C:\\code\\prj\\dist\\apps\\my-app\\webpack:\\prj\\dist\\apps\\main.ts:38:7) ``` https://github.com/epegzz/winston-dev-console/blob/master/src/getCallee.ts#L13