Skip to content

Commit

Permalink
chore: disable tslint for processTree.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
owl-from-hogvarts committed Sep 26, 2023
1 parent b309f8f commit 22b54d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Copied from https://github.com/microsoft/vscode-node-debug/blob/master/src/node/extension/processTree.ts
*--------------------------------------------------------------------------------------------*/

/* tslint:disable */
'use strict';

import { spawn, ChildProcessWithoutNullStreams } from 'child_process';
Expand Down

0 comments on commit 22b54d2

Please sign in to comment.