fix/ Fix npm run lint

This commit is contained in:
Maxime GRIS
2017-06-08 12:55:53 +02:00
parent 7e71add264
commit db7972aca4
7 changed files with 103 additions and 76 deletions

View File

@@ -9,7 +9,7 @@ import { ElectronService } from './providers/electron.service';
export class AppComponent {
constructor(public electronService: ElectronService) {
if(electronService.isElectron()) {
if (electronService.isElectron()) {
console.log('Mode electron');
// Check if electron is correctly injected (see externals in webpack.config.js)
console.log('c', electronService.ipcRenderer);