We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96e8dd commit d19b5e4Copy full SHA for d19b5e4
src/CoreManager.js
@@ -121,7 +121,7 @@ var config: { [key: string]: mixed } = {
121
IS_NODE: (typeof process !== 'undefined' &&
122
!!process.versions &&
123
!!process.versions.node &&
124
- !process.version.electron),
+ !process.versions.electron),
125
REQUEST_ATTEMPT_LIMIT: 5,
126
SERVER_URL: 'https://api.parse.com/1',
127
LIVEQUERY_SERVER_URL: null,
0 commit comments