Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
40a0fa09
Commit
40a0fa09
authored
Oct 31, 2022
by
Dave Cooper
Browse files
don't call restart-init-function in restart-app-function
.. if it doesn't exist
parent
48f5e388
Pipeline
#7312
passed with stages
in 5 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/rest/source/gdl-app.lisp
View file @
40a0fa09
...
...
@@ -183,7 +183,8 @@ This function will be run in the initiating image after the build is finished."
(
toplevel-function
(
when
(
the
restart-app-function
)
`
(
lambda
()
(
gendl::initialize
:startup-banner?
t
)
(
funcall
#'
,
(
the
restart-init-function
))
,
(
when
(
the
restart-init-function
)
`
(
funcall
#'
,
(
the
restart-init-function
)))
(
funcall
#'
,
(
the
restart-app-function
)))))
#+
nil
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment