mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Merge pull request #151 from EdwardBetts/spelling
Correct spelling mistakes
This commit is contained in:
commit
302f25054a
@ -396,7 +396,7 @@ Changes in [1.6.0-rc.1](https://github.com/vector-im/riot-desktop/releases/tag/v
|
|||||||
[\#57](https://github.com/vector-im/riot-desktop/pull/57)
|
[\#57](https://github.com/vector-im/riot-desktop/pull/57)
|
||||||
* Remove welcome user from config
|
* Remove welcome user from config
|
||||||
[\#56](https://github.com/vector-im/riot-desktop/pull/56)
|
[\#56](https://github.com/vector-im/riot-desktop/pull/56)
|
||||||
* electron-main: Immediatelly set the eventIndex variable to null when
|
* electron-main: Immediately set the eventIndex variable to null when
|
||||||
closing.
|
closing.
|
||||||
[\#55](https://github.com/vector-im/riot-desktop/pull/55)
|
[\#55](https://github.com/vector-im/riot-desktop/pull/55)
|
||||||
* Enable Seshat on Nightly
|
* Enable Seshat on Nightly
|
||||||
|
@ -182,7 +182,7 @@ async function setupGlobals() {
|
|||||||
vectorConfig = require(asarPath + 'config.json');
|
vectorConfig = require(asarPath + 'config.json');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// it would be nice to check the error code here and bail if the config
|
// it would be nice to check the error code here and bail if the config
|
||||||
// is unparseable, but we get MODULE_NOT_FOUND in the case of a missing
|
// is unparsable, but we get MODULE_NOT_FOUND in the case of a missing
|
||||||
// file or invalid json, so node is just very unhelpful.
|
// file or invalid json, so node is just very unhelpful.
|
||||||
// Continue with the defaults (ie. an empty config)
|
// Continue with the defaults (ie. an empty config)
|
||||||
vectorConfig = {};
|
vectorConfig = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user