mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 09:08:46 +00:00
Merge pull request #521 from waywardmonkeys/fix-typo-abstractprocess-terminate-return-value
Fix typo: return value of AbstractProcess::terminate.
This commit is contained in:
commit
ae84ac859b
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ export abstract class AbstractProcess<TProgressData> {
|
|||
}
|
||||
return result;
|
||||
}, (err) => {
|
||||
return { sucess: true };
|
||||
return { success: true };
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue