Skip to content

Commit 8460d94

Browse files
committed
fix: code
1 parent 1accd7d commit 8460d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/runBonjour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function runBonjour(options) {
99
port,
1010
type: https ? 'https' : 'http',
1111
subtypes: ['webpack'],
12-
...(typeof options.bonjour === 'object' && options.bonjour),
12+
...options.bonjour,
1313
});
1414

1515
process.on('exit', () => {

0 commit comments

Comments
 (0)