Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Merge pull request #129 from sebastian-software/feature/enable-node-d…
Browse files Browse the repository at this point in the history
…ebugger

Enables dev server debugging
  • Loading branch information
swernerx committed Mar 24, 2017
2 parents 488cddf + 353ae3d commit c0d9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotdev/HotController.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default class HotController
})
}

const newServer = spawn("node", [ this.compiledServer, "--colors" ], {
const newServer = spawn("node", [ "--inspect", this.compiledServer, "--colors" ], {
stdio: [ process.stdin, process.stdout, "pipe" ]
})

Expand Down

0 comments on commit c0d9d75

Please sign in to comment.