fix: remove obsoleted --inspect-brk logic (#46560)

fix: remove obsoleted --inspect-brk logic
This commit is contained in:
Shelley Vohr 2025-04-09 15:35:40 +02:00 committed by GitHub
parent 521108e2a5
commit 45a0494287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 20 deletions

View file

@ -218,7 +218,6 @@ if (packagePath) {
} else {
// Call appCodeLoaded before just for safety, it doesn't matter here as _load is synchronous
appCodeLoaded!();
process._firstFileName = Module._resolveFilename(path.join(packagePath, mainStartupScript), null, false);
Module._load(path.join(packagePath, mainStartupScript), Module, true);
}
} else {