Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b9b6969

Please sign in to comment.