Skip to content

Commit

Permalink
this is just too long
Browse files Browse the repository at this point in the history
  • Loading branch information
furudean committed Nov 22, 2024
1 parent f1973d6 commit b77237e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ export async function launch_renpy({
async (_, cancel) => {
logger.info(
'spawning process:',
Object.entries(process_env)
.map(([k, v]) => `${k}="${v}"`)
.join(' '),
// Object.entries(process_env)
// .map(([k, v]) => `${k}="${v}"`)
// .join(' '),
cmds.map((k) => `"${k}"`).join(' ')
)

Expand Down

0 comments on commit b77237e

Please sign in to comment.