mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
dev: fix previous commit
This commit is contained in:
parent
afc0ac8548
commit
f4dd195245
@ -68,7 +68,7 @@ export class ProcessService extends Service {
|
||||
|
||||
select_by_name (name) {
|
||||
// TODO: figure out why 'this.processes' doesn't work here
|
||||
const processes = Array.from(svc_process.processes_map.values())
|
||||
const processes = Array.from(this.processes_map.values())
|
||||
|
||||
const list = [];
|
||||
for ( const process of processes ) {
|
||||
|
Loading…
Reference in New Issue
Block a user