Skip to content

Commit

Permalink
updated console messages, improved english grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Awhiteweb committed Sep 16, 2022
1 parent 3e30580 commit b423755
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Launch-Scripts/runPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fatalErrorHelp = () => {
console.log('* If your device does not have MORE than 8GB of RAM then please use the minMemo option.')
console.log('* If your OS does not have a user interface, please use the noBrowser option.')
console.log('')
console.log('If you continue having trouble to start the Superalgos Platform Client try:')
console.log('If you continue having trouble starting the Superalgos Platform Client try:')
console.log('')
console.log('node platform minMemo noBrowser')
return 'fatal error help message displayed'
Expand Down Expand Up @@ -37,15 +37,15 @@ const runPlatform = () => {
console.log('')
console.log('OPTIONS:')
console.log('')
console.log(' help: Optional. Use it to see this helping information.')
console.log(' help: Optional. Use it to see this helpful information.')
console.log(' noBrowser: Optional. Use it to launch Superalgos Platform Client only. The Superalgos Platform UI will not be loaded.')
console.log(' minMemo: Optional. Use it when your hardware has less than 8 Gb or memory.')
console.log(' demoMode: Optional. Use it to launch Superalgos in Demo Mode. Users will be able to use the UI but not run Tasks.')
console.log('PROJECT: The name of the project to load on startup. (use with workspace)')
console.log('')
console.log('WORKSPACE: The name of the workspace to load on startup.')
console.log('')
console.log('If you are having an error while trying to run the Superalgos Platform Client, consider this:')
console.log('If you are getting errors while trying to run the Superalgos Platform Client, consider this:')

return 'help message has been displayed'
}
Expand Down Expand Up @@ -104,15 +104,15 @@ const runPlatform = () => {
return 'client running'
} catch (err) {
console.log('')
console.log('Fail to create Superalgos Platform Client Process.')
console.log('Failed to create Superalgos Platform Client Process.')
console.log('')

fatalErrorHelp()
return 'client error'
}
} else {
console.log('')
console.log('ERROR: node_modules does not exist. Try running "node setup" to solve this issue. Then try again. You can finded detailed instructions for this in the ReadMe.')
console.log('ERROR: node_modules does not exist. Try running "node setup" to solve this issue. Then try again. You can find detailed instructions for this in the ReadMe.')
console.log('')
}

Expand Down

0 comments on commit b423755

Please sign in to comment.