aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/snippet.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/snippet.service.ts')
-rw-r--r--frontend/app/snippet.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/snippet.service.ts b/frontend/app/snippet.service.ts
index 5bf56f5..92e62c5 100644
--- a/frontend/app/snippet.service.ts
+++ b/frontend/app/snippet.service.ts
@@ -14,7 +14,7 @@ export class Result {
public compiler: Compiler;
public result: number;
public exit: number;
- public elapsed: number;
+ public elapsed_ms: number;
public message: string;
public output: any[];
public _: string;