aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-25 13:30:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-25 13:30:30 -0700
commit2fa4f9ebeaf7b26561d288cc6f6785f788ac9528 (patch)
treef40da6c025b40c8e76c91faf5b51df8a060c66a7 /consfigurator.asd
parent8da506127e6b479c1701d4e8d965bbea74a3236e (diff)
downloadconsfigurator-2fa4f9ebeaf7b26561d288cc6f6785f788ac9528.tar.gz
use trivial-backtrace to get a backtrace for forked process failures
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 2f5ac38..ea9487f 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -12,6 +12,7 @@
#:cl-interpol
#:named-readtables
#:cffi
+ #:trivial-backtrace
#:trivial-macroexpand-all)
:components ((:file "src/package")
(:file "src/reader")