Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[dev/cli] don't filter inspect flags (elastic#85156)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
Spencer and spalger committed Dec 7, 2020
1 parent 079a7e8 commit 8aec85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/cli_dev_mode/using_server_process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function usingServerProcess<T>(
nodeOptions: [
...process.execArgv,
...(ACTIVE_INSPECT_FLAG ? [`${ACTIVE_INSPECT_FLAG}=${process.debugPort + 1}`] : []),
].filter((arg) => !arg.includes('inspect')),
],
env: {
...process.env,
NODE_OPTIONS: process.env.NODE_OPTIONS,
Expand Down

0 comments on commit 8aec85c

Please sign in to comment.