Archived
1
0

Convert to node-pty-prebuilt

This commit is contained in:
Kyle Carberry
2019-02-27 22:16:31 -06:00
parent 6038744ca3
commit 83b64365ba
7 changed files with 446 additions and 14 deletions

View File

@ -34,7 +34,7 @@ export class EvalHelper {
// their locations.
public modules = {
spdlog: require("spdlog") as typeof import("spdlog"),
pty: require("node-pty") as typeof import("node-pty"),
pty: require("node-pty-prebuilt") as typeof import("node-pty-prebuilt"),
};
/**