Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct formatting of status print #206

Merged
merged 2 commits into from
Jun 26, 2023
Merged

Conversation

garethgeorge
Copy link
Contributor

Fixes framework's status print "Serving function: ..." on startup when no target is specified in local dev (allows serving multiple functions from a single instance of function framework). Today the output looks like:

Serving function: "declarativeHTTP"Serving function: "concurrentHTTP"Serving function: "declarativeCloudEvent"

With the fix:

Serving function: "declarativeHTTP"
Serving function: "concurrentHTTP"
Serving function: "declarativeCloudEvent"

Copy link
Contributor

@kenneth-rosario kenneth-rosario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@garethgeorge garethgeorge changed the title fix: fix formatting of status print fix: correct formatting of status print Jun 26, 2023
@garethgeorge garethgeorge merged commit b16760a into master Jun 26, 2023
29 checks passed
@garethgeorge garethgeorge deleted the garethgeorge/printf-fix branch June 26, 2023 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants