Skip to content

Commit

Permalink
Removes duplicate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Mar 17, 2021
1 parent f1e901d commit 58aeff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/serve/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default function (program) {
dev: !!opts.dev,
envName: unknownOptions.env ? unknownOptions.env.name : undefined,
// no longer supported
quiet: !!opts.quiet, // no longer supported
quiet: !!opts.quiet,
silent: !!opts.silent,
watch: !!opts.watch,
runExamples: !!opts.runExamples,
Expand Down

0 comments on commit 58aeff3

Please sign in to comment.