Files
meteor/tools/utils
Martijn Walraven 63461fcd8f Remove unused RunCommand and add promise-based execFileSync/Async
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.
2015-08-26 19:26:54 +02:00
..
2015-08-03 20:32:38 -07:00
2015-08-03 20:32:38 -07:00
2015-08-03 20:32:38 -07:00
2015-08-11 15:30:19 -07:00
2015-08-06 16:41:19 -07:00