[njs] Types: added missing var "console" into njs_shell.
Dmitry Volyntsev
xeioex at nginx.com
Thu Oct 29 13:00:07 UTC 2020
details: https://hg.nginx.org/njs/rev/862ff6f2c684
branches:
changeset: 1552:862ff6f2c684
user: Jakub Jirutka <jakub at jirutka.cz>
date: Sat Oct 24 23:59:18 2020 +0200
description:
Types: added missing var "console" into njs_shell.
diffstat:
ts/njs_shell.d.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r e1dc1fd52fe9 -r 862ff6f2c684 ts/njs_shell.d.ts
--- a/ts/njs_shell.d.ts Tue Oct 20 21:16:20 2020 +0200
+++ b/ts/njs_shell.d.ts Sat Oct 24 23:59:18 2020 +0200
@@ -7,3 +7,5 @@ interface Console {
time(label?: NjsStringLike): void;
timeEnd(label?: NjsStringLike): void;
}
+
+declare const console: Console;
More information about the nginx-devel
mailing list