Skip to content

Commit

Permalink
Fixing the implicitsnap build
Browse files Browse the repository at this point in the history
  • Loading branch information
lepsa committed Apr 18, 2024
1 parent dc113fa commit 3c903f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/implicitsnap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ executeAndExport content callback maybeFormat =
callbackS str msg =
callback <> "([" <> BSL.toStrict (encode str) <> "," <> BSL.toStrict (encode msg) <> ",null,null]);"
scadOptions = generateScadOpts
openscadProgram = runOpenscad scadOptions [] content
openscadProgram = runOpenscad scadOptions [] Nothing content
in
unsafePerformIO $ do
s@(_, obj2s, obj3s, messages) <- openscadProgram
Expand Down

0 comments on commit 3c903f6

Please sign in to comment.