Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Inksprout committed Feb 7, 2022
1 parent f97e114 commit 8f4e364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spawn/spawn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export class Spawn {
): ChildProcess {
const envVars = JSON.parse(JSON.stringify(process.env)); // Create copy of environment variables

envVars['PACT_EXECUTING_LANGUAGE'] = 'node.js'
envVars['PACT_EXECUTING_LANGUAGE_VERSION'] = process.versions.node
envVars['PACT_EXECUTING_LANGUAGE'] = 'node.js';
envVars['PACT_EXECUTING_LANGUAGE_VERSION'] = process.versions.node;

// Remove environment variable if there
// This is a hack to prevent some weird Travelling Ruby behaviour with Gems
Expand Down

0 comments on commit 8f4e364

Please sign in to comment.