Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jeffreybradley1963/pr-optional-output-in-response #4

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

Open
jeffreybradley1963 wants to merge 1 commit into msaaddev:master
base: master
Choose a base branch
Loading
from jeffreybradley1963:jeffreybradley1963/pr-optional-output-in-response

Conversation

@jeffreybradley1963
Copy link

@jeffreybradley1963 jeffreybradley1963 commented Jul 11, 2023
edited
Loading

Issue #3

@jeffreybradley1963 jeffreybradley1963 changed the title (削除) add options to retrieve output (削除ここまで) (追記) jeffreybradley1963/pr-optional-output-in-response (追記ここまで) Jul 11, 2023
return new Promise((resolve, reject) => {
resolve();
});
return Promise.resolve(returnValue);
Copy link
Owner

Choose a reason for hiding this comment

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

@jeffreybradley1963 I am not sure if it is going to return a new Promise with "new" keyword. Can you instead send the returnValue inside the resolve like

return new Promise((resolve, reject) => {
	resolve(returnValue);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@msaaddev msaaddev msaaddev left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /