mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
update deno (#2361)
This commit is contained in:
2141
backend/Cargo.lock
generated
2141
backend/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1041,7 +1041,14 @@ export const action = {
|
||||
|
||||
async "test-disk-usage"(effects, _input) {
|
||||
const usage = await effects.diskUsage()
|
||||
return usage
|
||||
return {
|
||||
result: {
|
||||
copyable: false,
|
||||
message: `${usage.used} / ${usage.total}`,
|
||||
version: "0",
|
||||
qr: false,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user