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

[Backport 1.3] [BUG] Plugin helpers fix related to fs promises module #2487

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 945cfe6 from #2486

In Node v10, there was no dedicated module for fs/promises.
Causing the plugin helpers to fail while building out plugins.

Solved by importing promises from fs then using the desired
methods.

Issue Resolved:
#2485

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
(cherry picked from commit 945cfe6)
@kavilla
Copy link
Member

kavilla commented Oct 3, 2022

Unit tests pass locally as well.

@kavilla kavilla merged commit 6e2ec97 into 1.3 Oct 3, 2022
@github-actions github-actions bot deleted the backport/backport-2486-to-1.3 branch October 3, 2022 21:53
@kavilla kavilla mentioned this pull request Oct 3, 2022
8 tasks
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