fix: remove obsoleted --inspect-brk
logic (#46560)
fix: remove obsoleted --inspect-brk logic
This commit is contained in:
parent
521108e2a5
commit
45a0494287
3 changed files with 0 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue