Skip to content

Commit 9ae1c28

Browse files
authored
Add files via upload
Ready to push
1 parent 053255a commit 9ae1c28

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

com/devkev/devscript/nativecommands/NativeLibrary.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,6 @@ public Object execute(Object[] args, Process application, Block block) throws Ex
746746
@Override
747747
public Object execute(Object[] args, Process application, Block block) throws Exception {
748748
block.blockCode.insert(block.executeIndex, args[0].toString());
749-
application.log(block.blockCode.toString(), true);
750749
return null;
751750
}
752751
},
@@ -766,7 +765,7 @@ public Object execute(Object[] args, Process application, Block block) throws Ex
766765
line = reader.readLine();
767766
}
768767
reader.close();
769-
return content;
768+
return content.toString();
770769
}
771770

772771
},

0 commit comments

Comments
 (0)