await-shell
Advanced tools
Comparing version 2.1.5 to 2.1.6
@@ -68,3 +68,3 @@ /** | ||
if (thisCmd.trim() !== 'echo' && global.SHELL_LOG) { | ||
console.log(chalk.grey(`> ${thisCmd} ${args.join(' ')}`)); | ||
console.log(chalk.grey(` > ${thisCmd} ${args.join(' ')}`)); | ||
} | ||
@@ -71,0 +71,0 @@ |
{ | ||
"name": "await-shell", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Execute bash commands with non-blocking I/O.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/TeleworkInc/await-shell", |
7417