[DELETE]: vscode settings removed

This commit is contained in:
Arun Redhu
2019-07-28 19:14:05 +05:30
parent 598370377a
commit becc9b4104
4 changed files with 21 additions and 29 deletions

View File

@@ -17,6 +17,7 @@ export class AppComponent {
console.log('AppConfig', AppConfig);
if (electronService.isElectron) {
console.log(process.env);
console.log('Mode electron');
console.log('Electron ipcRenderer', electronService.ipcRenderer);
console.log('NodeJS childProcess', electronService.childProcess);