Remove child-process-es6-promise
Summary: We're using two libraries to do the same thing. The other one is better. Reviewed By: mweststrate Differential Revision: D18954485 fbshipit-source-id: 33ed2f452badf30cb72c69661527edc54708efba
This commit is contained in:
committed by
Facebook Github Bot
parent
61df5de3ed
commit
acc2f293bd
@@ -12,7 +12,7 @@ const compilePlugins = require('../static/compilePlugins');
|
||||
const tmp = require('tmp');
|
||||
const path = require('path');
|
||||
const fs = require('fs-extra');
|
||||
const cp = require('child-process-es6-promise');
|
||||
const cp = require('promisify-child-process');
|
||||
|
||||
function die(err) {
|
||||
console.error(err.stack);
|
||||
|
||||
Reference in New Issue
Block a user