Skip to content

Commit 004ee29

Browse files
author
paulkoeckdev
committed
Removed command-exists import
1 parent 96115f2 commit 004ee29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/executor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { platform, tmpdir } from "os";
22
import { writeFileSync, unlinkSync, mkdirSync, readFileSync } from "fs";
33
import { exec } from "child_process";
44
import Language from "./languages";
5-
import { sync as commandExists } from "command-exists";
65
import path from "path";
76

87
const uniqueFilename = require("unique-filename");

0 commit comments

Comments
 (0)