chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43374)
This commit is contained in:
parent
4ae43dcb3b
commit
ae0c8881c3
6 changed files with 10 additions and 10 deletions
|
@ -212,7 +212,7 @@ if (packagePath) {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
// Call appCodeLoaded before just for safety, it doesn't matter here as _load is syncronous
|
||||
// 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue