Skip to content

Commit

Permalink
fix:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 29, 2016
1 parent 24a602a commit a1f32ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cli/extend/process.js
@@ -1,7 +1,5 @@
import process from 'child_process'
import fse from 'fs-extra'
import path from 'path'
import fs from 'fs'

import {
config
Expand Down Expand Up @@ -42,7 +40,7 @@ var abeProcess = function(name, args = []) {
}

if(typeof proc !== 'undefined' && proc !== null) {
proc.on('message', function( msg ) {
proc.on('message', function(msg) {
abeExtend.lock.remove(name)
proc.kill()
})
Expand Down

0 comments on commit a1f32ae

Please sign in to comment.