Skip to content

Commit

Permalink
1.1.0: Support configuration via localStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
Download committed Dec 23, 2017
1 parent 2cfa962 commit c1dc37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c1dc37d

Please sign in to comment.