Skip to content

Commit ecaaf44

Browse files
Update lib/controllers/prepare-controller.ts
Co-authored-by: Igor Randjelovic <[email protected]>
1 parent b40cf83 commit ecaaf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controllers/prepare-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class PrepareController extends EventEmitter {
289289
data.platform.toLowerCase() === platformData.platformNameLowerCase
290290
) {
291291
if (this.isFileWatcherPaused()) return;
292-
this.emitPrepareEvent({ ...data, files: data.files || [], hasNativeChanges: false });
292+
this.emitPrepareEvent({ ...data, files: data.files ?? [], hasNativeChanges: false });
293293
}
294294
};
295295

0 commit comments

Comments
 (0)