UNPKG

@platformos/pos-cli

Version:
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;