mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +00:00
fixed test
This commit is contained in:
parent
1176195149
commit
a94156d7cd
@ -175,6 +175,7 @@ function CodeProject(worker, platform_id, platform, store, mainpath) {
|
|||||||
updateFileInStore(path, text); // TODO: isBinary
|
updateFileInStore(path, text); // TODO: isBinary
|
||||||
filedata[path] = text;
|
filedata[path] = text;
|
||||||
if (okToSend()) {
|
if (okToSend()) {
|
||||||
|
if (!mainpath) mainpath = path;
|
||||||
self.callbackBuildStatus(true);
|
self.callbackBuildStatus(true);
|
||||||
self.sendBuild();
|
self.sendBuild();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user