Skip to content

Commit

Permalink
feat: Change process.exit to throw new Error
Browse files Browse the repository at this point in the history
  • Loading branch information
ztalbot2000 committed Aug 16, 2021
1 parent 4d13eac commit 203cc67
Show file tree
Hide file tree
Showing 9 changed files with 849 additions and 279 deletions.
154 changes: 43 additions & 111 deletions Cmd4Accessory.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cmd4Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ exports.INTERVAL_lv = "interval";
exports.IS_SET_lv = "isSet";
exports.QUEUE_NAME_lv = "queueName";
exports.QUEUE_GET_IS_UPDATE_lv = "queueGetIsUpdate";
exports.RC_lv = "rc";
exports.STATE_CHANGE_RESPONSE_TIME_lv = "stateChangeResponseTime";
exports.TIMEOUT_lv = "timeout";
exports.VALUE_lv = "value";
Expand Down
Loading

0 comments on commit 203cc67

Please sign in to comment.