diff options
Diffstat (limited to 'cli/js/process.ts')
-rw-r--r-- | cli/js/process.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/process.ts b/cli/js/process.ts index 9d0751eca..991133047 100644 --- a/cli/js/process.ts +++ b/cli/js/process.ts @@ -56,7 +56,7 @@ export class Process { } async status(): Promise<ProcessStatus> { - return await runStatus(this.rid); + return runStatus(this.rid); } async output(): Promise<Uint8Array> { |