summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/app.js b/website/app.js
index da29797a8..c058829a1 100644
--- a/website/app.js
+++ b/website/app.js
@@ -66,7 +66,7 @@ export function createThreadCountColumns(data) {
]);
}
-const syscallCountNames = ["hello"];
+const syscallCountNames = ["hello", "fetch_deps"];
export function createSyscallCountColumns(data) {
return syscallCountNames.map(name => [
name,