Skip to content

Commit

Permalink
fix: πŸ› failing test (execSync not defined)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigograca31 committed May 27, 2020
1 parent b047e8c commit b9b6969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
@@ -1,4 +1,4 @@
const {spawn} = require('child_process');
const {spawn, execSync} = require('child_process');
const fs = require('fs');
const {join} = require('path');
const shellescape = require('any-shell-escape');
Expand Down

1 comment on commit b9b6969

@streamich
Copy link
Owner

Choose a reason for hiding this comment

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

Build version: 4.5.0-staged-files-check.829 🀞 staged-files-check on Travis πŸŽ‰

Please sign in to comment.