mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The execFileSync function is meant to resemble the similarly-named Node 0.12 synchronous process creation API, but instead of being fully blocking it uses a promise-based implementation. You can also use execFileAsync directly, which returns a promise. Some functionality is currently missing but could be added when the need arises (e.g. support for timeout, maxBuffer, and encoding options). Eventually, these versions should replace the ones in tools/utils/utils.js and tools/tool-testing/selftest.js.