Skip to content

Commit b37f7f4

Browse files
committed
fix 773b457
1 parent 2730a4a commit b37f7f4

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
@@ -125,6 +125,7 @@ void App::Call(Shell* shell,
125125
std::string path;
126126
arguments.GetString(0, &path);
127127
result->AppendBoolean(SetCrashDumpPath(path.c_str()));
128+
return;
128129
}
129130

130131
NOTREACHED() << "Calling unknown sync method " << method << " of App";

0 commit comments

Comments
 (0)