Skip to content

Commit 1fe6c28

Browse files
committed
Fix debug build: ClearCache() should return
1 parent 448e74c commit 1fe6c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/app/app.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ void App::Call(Shell* shell,
118118
return;
119119
} else if (method == "ClearCache") {
120120
ClearCache(GetRenderProcessHost());
121+
return;
121122
} else if (method == "GetPackage") {
122123
result->AppendString(shell->GetPackage()->package_string());
123124
return;

0 commit comments

Comments
 (0)