Skip to content

Instantly share code, notes, and snippets.

@zzarcon
Created November 5, 2017 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzarcon/ed918f72cf31d8c60b1bb1e0ac5cc8e2 to your computer and use it in GitHub Desktop.
Save zzarcon/ed918f72cf31d8c60b1bb1e0ac5cc8e2 to your computer and use it in GitHub Desktop.
const subprocess = exec(command, {
env: {...process.env, FORCE_COLOR: true}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment