Skip to content

Commit cb05827

Browse files
authored
Merge pull request #129 from VitoVan/dev
fix web open-audio bug introduced by e76cee4
2 parents 75c189e + 8470771 commit cb05827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
;; (format t "open-audio-if-not-yet, already opened?: ~A~%" calm::*calm-state-audio-open*)
131131
(when (and
132132
(not calm::*calm-state-audio-open*) ;; not opened yet
133-
(null (uiop:getenv "CI")) ;; not CI
133+
#-jscl (null (uiop:getenv "CI")) ;; not CI
134134
)
135135
;;
136136
;; if we put the following code outside of this function,

0 commit comments

Comments
 (0)