Skip to content

Commit 3235ad2

Browse files
committed
Fix loader path
1 parent a3b9c16 commit 3235ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devserver/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ json ComputeManifest(const PathMap &path_to_contents) {
7070
std::string GetDevserverLoaderScriptContents(
7171
const std::string &workspace_root) {
7272
const std::string devserver_loader_path =
73-
workspace_root + "devserver/devserver_loader.js";
73+
kWorkspaceName + "devserver/devserver_loader.js";
7474
DEBUG_LOG("devserver_loader_path: " << devserver_loader_path);
7575

7676
std::string devserver_loader_contents;

0 commit comments

Comments
 (0)