Home
last modified time | relevance | path

Searched refs:shellSync (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/term-size/
Dindex.js41 …const size = execa.shellSync(path.join(__dirname, 'vendor/macos/term-size')).stdout.split(/\r?\n/);
/third_party/node/deps/npm/node_modules/execa/
Dindex.js307 module.exports.shellSync = (cmd, opts) => handleShell(module.exports.sync, cmd, opts); function
Dreadme.md95 ### execa.shellSync(file, [options])