We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96115f2 commit 004ee29Copy full SHA for 004ee29
src/executor.ts
@@ -2,7 +2,6 @@ import { platform, tmpdir } from "os";
2
import { writeFileSync, unlinkSync, mkdirSync, readFileSync } from "fs";
3
import { exec } from "child_process";
4
import Language from "./languages";
5
-import { sync as commandExists } from "command-exists";
6
import path from "path";
7
8
const uniqueFilename = require("unique-filename");
0 commit comments