Update `ProcessWrapper` require

This commit is contained in:
emizzle 2019-05-07 10:48:14 +10:00
parent 9a06997368
commit ecbf403894
No known key found for this signature in database
GPG Key ID: 1FD4BAB3C37EE9BA
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import * as i18n from 'embark-i18n';
const ProcessWrapper = require('../../core/processes/processWrapper');
import { ProcessWrapper } from 'embark-core';
const BlockchainClient = require('./blockchain');
const constants = require('embark-core/constants');