Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 186 Bytes

exec-promise.md

File metadata and controls

5 lines (4 loc) · 186 Bytes
title
exec-promise.ts

By default, NodeJS exec is synchronous, meaning only one can run at a time. This function returns a promise which resolves when the function completes.