From a94156d7cddc3ba18b46de67b8ee662fffa365a6 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 3 Jul 2018 07:33:42 -0600 Subject: [PATCH] fixed test --- src/project.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project.js b/src/project.js index f46043bb..242de223 100644 --- a/src/project.js +++ b/src/project.js @@ -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(); }