Skip to content

Commit

Permalink
fix: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Apr 18, 2019
1 parent 63136c7 commit c2e1956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/bin/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function serve(options: ProgramOptions | undefined): void {
invalid: () => {
printCompilingMessage();
},
done: stat => {
done: () => {
printSuccessfullyCompiledMessage();
},
onError: msg => {
Expand Down

0 comments on commit c2e1956

Please sign in to comment.