We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3986d67 commit 9f8d0d2Copy full SHA for 9f8d0d2
src/executor.ts
@@ -1,7 +1,7 @@
1
"use strict";
2
3
import { platform, tmpdir } from "os";
4
-import { writeFileSync, unlinkSync, mkdirSync, readFileSync } from "fs";
+import { writeFileSync, unlinkSync } from "fs";
5
import { exec } from "child_process";
6
import { Language, Environment } from "./constants";
7
import path from "path";
0 commit comments