mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +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) {
|
||||
var exeData = line.split(",");
|
||||
var executable = exeData[0].replace(/\"/g, "").toLowerCase();
|
||||
if(executable == _command) {
|
||||
if (executable == _command) {
|
||||
running = true;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue