Skip to content

Commit

Permalink
Update atom/common/api/atom_bindings.cc
Browse files Browse the repository at this point in the history
Co-Authored-By: nitsakh <nitsakh@icloud.com>
  • Loading branch information
nornagon and nitsakh committed Oct 26, 2018
1 parent 9b32d20 commit 9487d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/common/api/atom_bindings.cc
Expand Up @@ -245,7 +245,7 @@ void AtomBindings::DidReceiveMemoryDump(
v8::Context::Scope context_scope(env->context());

if (!success) {
promise->RejectWithErrorMessage("Failed to receive memory dump");
promise->RejectWithErrorMessage("Failed to create memory dump");
return;
}

Expand Down

0 comments on commit 9487d78

Please sign in to comment.