File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -677,8 +677,8 @@ to help us document them.
677677[Generating single executable preparation blobs]: # 1-generating-single-executable-preparation-blobs
678678[Mach-O]: https://en.wikipedia.org/wiki/Mach-O
679679[PE]: https://en.wikipedia.org/wiki/Portable_Executable
680- [Windows SDK]: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
681680[Using native addons in the injected main script]: # using-native-addons-in-the-injected-main-script
681+ [Windows SDK]: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
682682[` process.execPath` ]: process.md#processexecpath
683683[` require()` ]: modules.md#requireid
684684[` require.main` ]: modules.md#accessing-the-main-module
Original file line number Diff line number Diff line change @@ -493,9 +493,8 @@ std::optional<SeaConfig> ParseSingleExecutableConfig(
493493 } else if (key == " useVfs" ) {
494494 bool use_vfs;
495495 if (field.value ().get_bool ().get (use_vfs)) {
496- FPrintF (stderr,
497- " \" useVfs\" field of %s is not a Boolean\n " ,
498- config_path);
496+ FPrintF (
497+ stderr, " \" useVfs\" field of %s is not a Boolean\n " , config_path);
499498 return std::nullopt ;
500499 }
501500 if (use_vfs) {
You can’t perform that action at this time.
0 commit comments