UNPKG

gulp-execa

Version:

Gulp.js command execution for humans

14 lines (9 loc) 222 B
export const addDebug=({opts:{debug,...opts},opts:{stdio}})=>{ if(!debug){ return{echo:false,...opts} } if(stdio!==undefined){ return{echo:true,...opts} } return{stdout:"inherit",stderr:"inherit",echo:true,...opts} };