| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e5af022 commit 329a288
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -115,7 +115,7 @@ int RunNodeInstance(MultiIsolatePlatform* platform, | |||
| 115 | 115 | const std::vector<std::string>& exec_args) { | |
| 116 | 116 | int exit_code = 0; | |
| 117 | 117 | ||
| 118 | - // Setup up a libuv event loop, v8::Isolate, and Node.js Environment. | ||
| 118 | + // Set up a libuv event loop, v8::Isolate, and Node.js Environment. | ||
| 119 | 119 | std::vector<std::string> errors; | |
| 120 | 120 | std::unique_ptr<CommonEnvironmentSetup> setup = | |
| 121 | 121 | CommonEnvironmentSetup::Create(platform, &errors, args, exec_args); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments