You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/test/modules
Daniel Gasienica 43b47fd349 Avoid `ensure-error` for privacy reasons
Example:

```
> node
> const nonError = {foo: 'i-am-private'};
undefined

// before
> util.inspect(nonError);
'{ foo: \'i-am-private\' }'

// after
> nonError.toString()
'[object Object]'
>
```
7 years ago
..
types Avoid `ensure-error` for privacy reasons 7 years ago
.eslintrc Security: Replace Unicode order overrides in attachment names 7 years ago
debuglogs_test.js Add `debuglogs` module 7 years ago
privacy_test.js Add tests for `Privacy` module 7 years ago