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 83d2648 commit 4d95b9eCopy full SHA for 4d95b9e
lib/testWithSpectron.js
@@ -28,7 +28,7 @@ module.exports = (options = {}) =>
28
child.stdout.on('data', async data => {
29
data = data.toString()
30
log += data
31
- const urlMatch = data.match(/\$WEBPACK_DEV_SERVER_URL=http:\/\/[^/]+\//)
+ const urlMatch = data.match(/\$WEBPACK_DEV_SERVER_URL=https?:\/\/[^/]+\//)
32
const outputDirMatch = data.match(/\$outputDir=\b.*\b/)
33
if (outputDirMatch) {
34
// Record output dir
0 commit comments