mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:21:32 +02:00
Coding standard issue found during CR
This commit is contained in:
parent
cbb4bff2db
commit
3deb3bc771
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ Process.prototype = extend(Process.prototype, {
|
||||||
stdout.split("\n").forEach(function (line) {
|
stdout.split("\n").forEach(function (line) {
|
||||||
var exeData = line.split(",");
|
var exeData = line.split(",");
|
||||||
var executable = exeData[0].replace(/\"/g, "").toLowerCase();
|
var executable = exeData[0].replace(/\"/g, "").toLowerCase();
|
||||||
if(executable == _command) {
|
if (executable == _command) {
|
||||||
running = true;
|
running = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue