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/js/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 Auto-fixes: UX Improvements (#2077) 7 years ago
auto_orient_image.js Auto-orient image attachments based on EXIF metadata 7 years ago
debuglogs.js Document workaround for `got` `FormData` bug 7 years ago
global_errors.js Rename `Errors` to `GlobalErrors` for clarity 7 years ago
os.js Add `OS` module 7 years ago
privacy.js Escape special characters in file path 7 years ago