properly swallow registry errors (fixes #463)

This commit is contained in:
Eugene Pankov
2018-10-12 00:00:04 +02:00
parent c84de4c39c
commit 69760f73d3
10 changed files with 104 additions and 162 deletions

View File

@@ -1,6 +1,6 @@
import * as path from 'path'
import * as fs from 'mz/fs'
import { Registry } from 'rage-edit'
import { Registry } from 'rage-edit-tmp'
import { exec } from 'mz/child_process'
import { Injectable } from '@angular/core'
import { ElectronService } from './electron.service'