Skip to content

Commit

Permalink
Revert "Added regex to remove console colors. Fixes #306 " (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Jun 16, 2016
1 parent 55d8b72 commit b65c0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ExecutePipeline/templates/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define([
DESERIALIZE
) {

var BASH = `th init.lua 2>&1 | sed -e 's/[[:cntrl:]]//g' -e 's/\\[32;1m//g' -e 's/\\[0;36m//g' -e 's/\\[33;1m//g' -e 's/\\[35;1m//g' -e 's/\\[37;1m//g' -e 's/\\[0m//g'`;
var BASH = 'th init.lua 2>&1';
return {
BASH,
ENTRY,
Expand Down

0 comments on commit b65c0b7

Please sign in to comment.