Skip to content

Commit

Permalink
Removed consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Sep 22, 2023
1 parent 0a73af2 commit becbd73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { exec } from 'child_process';
import { existsSync } from 'fs';

export function asyncExec(command) {
console.log(command);
return new Promise((resolve, reject) => {
const child = exec(command);
child.addListener('error', (err) => reject(err));
Expand Down

0 comments on commit becbd73

Please sign in to comment.