mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
danger: Fix name code -> exitCode
This commit is contained in:
@@ -10,7 +10,7 @@ function isGitDeletedError(error: unknown) {
|
||||
return (
|
||||
typeof error === 'object' &&
|
||||
error != null &&
|
||||
error['code'] === 128 &&
|
||||
error['exitCode'] === 128 &&
|
||||
error['command']?.startsWith('git show ')
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user