1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00

fixed test

This commit is contained in:
Steven Hugg 2018-07-03 07:33:42 -06:00
parent 1176195149
commit a94156d7cd

View File

@ -175,6 +175,7 @@ function CodeProject(worker, platform_id, platform, store, mainpath) {
updateFileInStore(path, text); // TODO: isBinary
filedata[path] = text;
if (okToSend()) {
if (!mainpath) mainpath = path;
self.callbackBuildStatus(true);
self.sendBuild();
}