Commit 7a65f27a authored by rockyl's avatar rockyl

内容太多,懒得写

parent bc2cbca8
......@@ -71,7 +71,7 @@ class ProcessManager {
ids: [],
};
}
this.pool[hash].ids.push(`${name} - ${id}`);
this.pool[hash].ids.push(`${id} - ${name}`);
return hash;
}
}
......
This diff is collapsed.
......@@ -77,7 +77,7 @@ class ProcessManager {
ids: [],
};
}
this.pool[hash].ids.push(`${name} - ${id}`);
this.pool[hash].ids.push(`${id} - ${name}`);
return hash;
}
}
......
This diff is collapsed.
......@@ -77,7 +77,7 @@
ids: [],
};
}
this.pool[hash].ids.push(`${name} - ${id}`);
this.pool[hash].ids.push(`${id} - ${name}`);
return hash;
}
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment