From 2952fb5405eabbb9e603e90fe2e972e9bddfcadd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 May 2019 19:28:29 +0300 Subject: Rename --allow-high-precision to --allow-hrtime (#2398) --- cli/msg.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/msg.fbs') diff --git a/cli/msg.fbs b/cli/msg.fbs index 9e4bf658e..08e58351c 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -298,7 +298,7 @@ table PermissionsRes { write: bool; net: bool; env: bool; - high_precision: bool; + hrtime: bool; } // Note this represents The WHOLE header of an http message, not just the key -- cgit v1.2.3