Merge pull request #1605 from balena-io/powershell-debug

Add debug instructions for powershell
This commit is contained in:
Page- 2020-02-06 18:48:29 +00:00 committed by GitHub
commit 76997c99dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ create a new one at: https://github.com/balena-io/balena-cli/issues/\
const debugHint = `\
Additional information may be available by setting a DEBUG=1 environment
variable: "set DEBUG=1" on a Windows command prompt, or "export DEBUG=1"
on Linux or macOS.\n
variable: "set DEBUG=1" on a Windows command prompt, "$env:DEBUG = 1" on
powershell, or "export DEBUG=1" on Linux or macOS.\n
`;
export const getHelp = `${DEBUG_MODE ? '' : debugHint}\