Skip to content

Clarify execFileSync vs execFile#26

Open
cywang117 wants to merge 1 commit into
mainfrom
clarify-execFileSync-vs-execFile
Open

Clarify execFileSync vs execFile#26
cywang117 wants to merge 1 commit into
mainfrom
clarify-execFileSync-vs-execFile

Conversation

@cywang117

@cywang117 cywang117 commented May 12, 2026

Copy link
Copy Markdown
Contributor

execFile is async with callback, but not promisified, whereas execFileSync is synchronous & blocking.

The code functions correctly but was unclear. This patch makes it more self-documenting

Change-type: patch

@cywang117 cywang117 requested a review from Page- May 12, 2026 21:37
@flowzone-app flowzone-app Bot enabled auto-merge May 12, 2026 21:41
execFile is async with callback, but not promisified,
whereas execFileSync is synchronous & blocking

Change-type: patch
@cywang117 cywang117 force-pushed the clarify-execFileSync-vs-execFile branch from dcc5ab1 to fd2cb74 Compare May 12, 2026 21:45
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.

1 participant