Skip to content

Commit

Permalink
Totally Misread that if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob4001 committed Sep 5, 2016
1 parent db3a64a commit ed8925b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/tingprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class TingProcess extends EventEmitter {
if (process.platform !== 'win32') {
// pty.js on *nix doesn't want the program name as the first argument
args.shift();
}else{
// windows cant handle spaces
args = args.map(function(arg){
if(arg.indexOf(' ') >= 0){
Expand Down

2 comments on commit ed8925b

@joerick
Copy link
Member

@joerick joerick commented on ed8925b Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Rob4001
Copy link
Collaborator Author

@Rob4001 Rob4001 commented on ed8925b Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Long Day 😫

Please sign in to comment.