mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
✨
This commit is contained in:
parent
771d5cdf8a
commit
a283a33ed7
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@ async function freeMem() {
|
|||
return data.active;
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,5 +72,6 @@ async function totalMem() {
|
|||
return data.total;
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue