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:
@@ -19,7 +19,7 @@ export default function migrateBackboneToRedux() {
|
||||
`,
|
||||
},
|
||||
async run({ files, context }) {
|
||||
for (let file of files.touched) {
|
||||
for (let file of files.modifiedOrCreated) {
|
||||
let lines = await file.lines();
|
||||
let matchedLine: Line | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user