Skip to content

Commit

Permalink
v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed May 16, 2024
1 parent bbbd40b commit 8a9658b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nadesiko3",
"version": "3.6.3",
"version": "3.6.4",
"description": "Japanese Programming Language",
"type": "module",
"main": "src/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin_turtle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class NakoTurtleSystem {
}
const m = tt.mlist.shift();
const cmd = (m !== undefined) ? m[0] : '';
console.log('@@@doMacro', cmd, m, tt.x, tt.y, ': dir=', tt.dir);
// console.log('@@@doMacro', cmd, m, tt.x, tt.y, ': dir=', tt.dir)
switch (cmd) {
case 'xy':
// 起点を移動する
Expand Down

0 comments on commit 8a9658b

Please # to comment.