Skip to content

Commit

Permalink
Merge pull request #46 from arturo-lang/update-to-latest-arturo
Browse files Browse the repository at this point in the history
Update to latest Arturo version
  • Loading branch information
drkameleon committed Apr 9, 2024
2 parents 31e59b6 + 96ba4ac commit 9b8a3b9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions grafito.art
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ graph: function [
]

POST "/exec" $[command][
try? [
err: try [
if Grafito\verbose? ->
printDebug "<== " ++ command
currentNodes: ""
Expand All @@ -1139,9 +1139,6 @@ graph: function [
]
]
]
else [
"error"
]
]

POST "/nodeFromId" $[ndid][
Expand Down Expand Up @@ -1383,7 +1380,7 @@ if standalone? [
inp: inp ++ input ".. " ++ indentation
]

try?.verbose [
err: try.verbose [
try.verbose to :block inp

StackSize: size stack
Expand All @@ -1393,9 +1390,6 @@ if standalone? [

print ""
]
else [
print ""
]
]
]

Expand Down

0 comments on commit 9b8a3b9

Please sign in to comment.