We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccb0f8 commit 53670d6Copy full SHA for 53670d6
index.js
@@ -394,7 +394,7 @@ module.exports = (api, options) => {
394
if (args.debug) {
395
// Do not launch electron and provide instructions on launching through debugger
396
info(
397
- 'Not launching electron as debug argument was passed. You must launch electron though your debugger.'
+ 'Not launching electron as debug argument was passed. You must launch electron through your debugger.'
398
)
399
400
`If you are using Spectron, make sure to set the IS_TEST env variable to true.`
0 commit comments