Spot_the_bug

Published: Mar 28, 2023Last modified: Apr 05, 2023
No tags
Word count: 8

whens and strs!

This never prints "find-file"

(let [wsp-name     "blah"
      initial-file "myfilename"]
    (str "(progn (russ/open-workspace \"" wsp-name "\") "
         (when initial-file
           (str "(find-file \"" initial-file "\")") " ")
         ")"))