improve error message

cleanup_stuff
joneugster 3 years ago
parent 8ab37d4344
commit 33068f1183

@ -72,8 +72,7 @@ function startServerProcess(owner, repo) {
}
if(!fs.existsSync(game_dir)) {
console.error(`Game 'games/${owner}/${repo}' does not exist!`)
cp.spawn("pwd")
console.error(`Game '${game_dir}' does not exist!`)
return
}

Loading…
Cancel
Save