UNPKG

233 BJavaScriptView Raw
1module.exports = {
2 PortInUse: 'Cannot start the OAuth redirect server on port %s.',
3 PortInUseAction: 'Kill the process running on port %s or use a custom connected app and update OauthLocalPort in the sfdx-project.json file.'
4};