UNPKG

shelljs

Version:

Portable Unix shell commands for Node.js

11 lines (9 loc) 199 B
var common = require('./common'); //@ //@ ### errorCode() //@ //@ Returns the error code from the last command. function errorCode() { return common.state.errorCode; } module.exports = errorCode;