Skip to content

Commit 348ee12

Browse files
committed
fix err log location for windows
1 parent 8f44e8f commit 348ee12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/server/utils/node.util.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ abstract class BaseNodeUtil implements INodeUtil {
3030
: path.join(__dirname, '..', '..', '..')
3131
BIN_PATH = path.join(this.PROJECT_ROOT, 'bin')
3232
HOME_DIR = os.homedir()
33+
3334
abstract START_ERR_LOG_MESSAGE: string
3435
abstract CODE_CLIMBER_META_DIR: string
3536
abstract DB_PATH: string
@@ -82,7 +83,7 @@ class WindowsNodeUtil extends BaseNodeUtil {
8283
START_ERR_LOG_MESSAGE: string = pc.red(`
8384
It seems the server is having trouble starting. Run the command in cmd (not powershell)
8485
85-
${pc.white('more ' + this.CODE_CLIMBER_META_DIR + '\\codeclimbers.error.log')}
86+
${pc.white('more ' + this.CODE_CLIMBER_META_DIR + '\\codeclimbers.err.log')}
8687
8788
to investigate the issue further. You can also refer to https://github.com/CodeClimbersIO/cli/blob/release/docs/Troubleshooting.md or message us on our Discord
8889
`)

0 commit comments

Comments
 (0)