Update thread-kill.js

This commit is contained in:
Nuintun 2016-08-25 11:02:25 +08:00 committed by GitHub
parent 11416d4b35
commit 21b0829cdc

View File

@ -1,7 +1,13 @@
/**
* Created by nuintun on 2016/1/14.
/*!
* thread-kill
* Date: 2016/1/14
* https://github.com/nuintun/command-manager
*
* Referer: https://github.com/pkrumins/node-tree-kill
*/
'use strict';
var spawn = require('./spawn');
var exec = require('child_process').exec;