From c1dc37d2ca640470330b21da8ec4efa344709d80 Mon Sep 17 00:00:00 2001 From: Stijn de Witt Date: Sat, 23 Dec 2017 20:01:38 +0100 Subject: [PATCH] 1.1.0: Support configuration via localStorage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2492d6b..e78db27 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ global.console = log; console.info('Nashorn can do logging to!'); ``` -## assert does not throw +## `assert` does not throw ulog patches the [different behavior](https://github.com/jasnell/node/blob/master/doc/api/console.md#consoleassertvalue-message-args) of `console.assert` in Node compared to browsers. In ulog, `assert` behaves just like in the browsers and never throws.