Skip to content

Commit cd2c84d

Browse files
committed
removed old package
1 parent 522ea6c commit cd2c84d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"mocha": "^8.2.1",
1616
"pegjs": "^0.10.0",
1717
"process-list": "^2.0.0",
18-
"ps-list": "^7.2.0",
1918
"rimraf": "^3.0.2",
2019
"ts-pegjs": "^0.2.7",
2120
"vscode-extension-tester": "^3.2.5",

runners/console/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as path from 'path';
88
import * as fs from "fs-extra";
99
import { ConsoleUtils } from "./consoleUtils";
1010

11-
const { snapshot } = require("process-list");
11+
const {snapshot }= require("process-list");
1212
const findProcess = require("find-process");
1313

1414
const os = require("os");

0 commit comments

Comments
 (0)