Convert to node-pty-prebuilt
This commit is contained in:
@ -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"),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user