forked from svrjs/svrjs
Fix language error in the comment
This commit is contained in:
parent
cb81658318
commit
9a8f83bad9
1 changed files with 1 additions and 1 deletions
2
svr.js
2
svr.js
|
@ -5438,7 +5438,7 @@ function start(init) {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// Nevermind... Don't want SVR.JS to fail starting, because os.freemem function is not working.
|
// Nevermind... Don't want SVR.JS to fail starting, because os.freemem function is not working.
|
||||||
}
|
}
|
||||||
if (cpus < 1) cpus = 1; // If SVR.JS is run on Haiku or if useAvailableCores = 0
|
if (cpus < 1) cpus = 1; // If SVR.JS is running on Haiku or if useAvailableCores = 0
|
||||||
for (var i = 0; i < cpus; i++) {
|
for (var i = 0; i < cpus; i++) {
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
SVRJSFork();
|
SVRJSFork();
|
||||||
|
|
Reference in a new issue