Skip to content

Commit 729aa9a

Browse files
committed
Revert change in getNodeDebugType (obsolete)
1 parent ba68ee6 commit 729aa9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/next/src/server/lib/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,6 @@ export function getNodeDebugType() {
266266

267267
const parsed = parseNodeArgs(args)
268268

269-
// The --inspect-publish-uid node option (along with a bootloader.js --require
270-
// option) is set by VS Code launch configurations.
271-
if (parsed.inspect || parsed['inspect-publish-uid']) return 'inspect'
272269
if (parsed['inspect-brk'] || parsed['inspect_brk']) return 'inspect-brk'
273270
}
274271

0 commit comments

Comments
 (0)