Created a test for downloading the core with the core.
added some safe checks in the core
This commit is contained in:
9
downloadCore.lua
Normal file
9
downloadCore.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
require("core")
|
||||
|
||||
local core = Core.new();
|
||||
|
||||
core:connect();
|
||||
|
||||
core:download("core.lua");
|
||||
|
||||
core:disconnect();
|
||||
Reference in New Issue
Block a user