feature(bower) execon v1.2.9

This commit is contained in:
coderaiser 2015-10-26 14:22:38 -04:00
parent 2e4c64ac69
commit df996ffb47
5 changed files with 15 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "execon",
"version": "1.2.8",
"version": "1.2.9",
"homepage": "https://github.com/coderaiser/execon",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
@ -22,13 +22,13 @@
"test",
"tests"
],
"_release": "1.2.8",
"_release": "1.2.9",
"_resolution": {
"type": "version",
"tag": "v1.2.8",
"commit": "7e8900c48fd9262a3a3acaa1c8b6c34ff17aa745"
"tag": "v1.2.9",
"commit": "b71d2c60651f957486301e10462aab80a0f62ee1"
},
"_source": "git://github.com/coderaiser/execon.git",
"_target": "~1.2.7",
"_target": "~1.2.2",
"_originalSource": "execon"
}

View file

@ -1,3 +1,9 @@
2015.10.23, v1.2.9
fix:
- (exec) parallel throw: add " "
2015.10.21, v1.2.8
fix:

View file

@ -1,6 +1,6 @@
{
"name": "execon",
"version": "1.2.8",
"version": "1.2.9",
"homepage": "https://github.com/coderaiser/execon",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"

View file

@ -100,10 +100,10 @@
type = getType(funcs);
if (!funcs)
throw Error('funcs' + ERROR);
throw Error('funcs ' + ERROR);
if (!callback)
throw Error('callback' + ERROR);
throw Error('callback ' + ERROR);
switch(type) {
case 'array':

View file

@ -1,6 +1,6 @@
{
"name": "execon",
"version": "1.2.8",
"version": "1.2.9",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Patterns of function calls",
"homepage": "http://github.com/coderaiser/execon",