Amin Ullah
Amin Ullah
If I use your extension with the minifier extension installed as well, the terminal is completely blank. There is an error that is logged for `main.js:197`. It is because of...
This is how the code was.  Error logged to devTools  List of installed extensions.  `require('./ansi')` actually requires UglifyJS from minifier extension. 
I am on 0.42. I have customized your extension for the fix. You can go ahead and close this issue for now.
It might be a problem with require. I could not find it
No, it can't require `preferences.js` as well
Have a look at this screenshot. 
When I put `ansi` function from `ansi.js` into `main.js`, requiring `prefs.js` actually requires UglifyJS from minifier. 
If you don't mind, can I submit a PR that will fix this with my workaround and also some UI stuff?
Yes, I think that problem is either with brackets or require. I have fixed it for myself. I was think of using buttons instead of icons for the terminal.
I'll Investigate and let you know about it.