We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a485bea commit c006958Copy full SHA for c006958
source/app.d
@@ -109,8 +109,6 @@ int runMain(string[] args, string[] runArgs)
109
ProjectDetails d = resolveDependencies(args);
110
if(!d.tree || d.usesExternalErrorCode)
111
return d.getReturnCode;
112
- if(d.tree.name == "redub")
113
- return updateMain(["", "--no-pull"]);
114
d = buildProject(d);
115
116
0 commit comments