Skip to content

Commit

Permalink
fix(exec): remove strict=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Apr 18, 2018
1 parent 52e58a2 commit 05b8854
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/commands/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ export default class Exec extends Command {
},
];

// TODO determine if we should disable strict mode or simply require commands
// be wrapped in quotes
/**
* Disable strict mode
*/
static strict = false;

/**
* implementation
*/
Expand Down

0 comments on commit 05b8854

Please sign in to comment.