aboutsummaryrefslogtreecommitdiffstats
path: root/l/extreload.asd
diff options
context:
space:
mode:
authorTeddy Wing2021-02-13 21:16:24 +0100
committerTeddy Wing2021-02-13 21:16:24 +0100
commitc26878c59e3306b8571f2aea53a4ddf113c232c7 (patch)
treea1521288a9327dd7fdc3a63e19c80d05d192986a /l/extreload.asd
parent597d0b953fca40c1035cee6263b12fa5223ebf51 (diff)
downloadextreload-c26878c59e3306b8571f2aea53a4ddf113c232c7.tar.bz2
Replace exit codes with constants from the `sysexits` system
Diffstat (limited to 'l/extreload.asd')
-rw-r--r--l/extreload.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/l/extreload.asd b/l/extreload.asd
index 7dffd1c..b283481 100644
--- a/l/extreload.asd
+++ b/l/extreload.asd
@@ -1,6 +1,7 @@
(asdf:defsystem extreload
:version "0.0.1"
:depends-on (:jsown
+ :sysexits
:unix-opts
:wait-group
:websocket-driver-client)