Skip to content

Commit

Permalink
LOG-MESSAGE fixed when switched off.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Michael Klose committed Mar 19, 2017
1 parent 1b6bde4 commit d2263e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment/platforms/js/log-message.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
`(fn log-message (txt)
(logwindow-add-string (+ txt (string (code-char 10))))
txt)
`(defmacro log-message (txt)
,txt))
'(defmacro log-message (txt)
txt))
2 changes: 1 addition & 1 deletion environment/platforms/php/log-message.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
(%= nil (error_log txt))
txt)
'(defmacro log-message (txt)
,txt))
txt))

0 comments on commit d2263e2

Please sign in to comment.