Results 2 comments of Rajkeshwar Prasad

I tried escaping glob pattern `node_modules/.bin/tsuml --glob './src/**/*.ts'` but still got the same error. ```js var svgFileName = body.replace(".png", ".svg"); ^ TypeError: Cannot read property 'replace' of undefined ```` `"tsuml":...

I am facing the same issue here ```js /Users/xxxx/demo-app/node_modules/tsuml/dist/core/io.js:71 var svgFileName = body.replace(".png", ".svg"); ^ TypeError: Cannot read property 'replace' of undefined at Request._callback (/Users/xxxx/demo-app/node_modules/tsuml/dist/core/io.js:71:48) at self.callback (/Users/xxxx/demo-app/node_modules/tsuml/node_modules/request/request.js:186:22) at Request.emit...