Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 95631bf

Browse files
committed
resolving merge conflicts
1 parent e923d87 commit 95631bf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/.DS_Store

-6 KB
Binary file not shown.

lib/facebook_data_analyzer/messages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def initialize(catalog:, options: {})
3535
@file_pattern = '*.html'
3636
@messages = []
3737

38-
super(parallel: options.fetch(:parallel))
38+
super(parallel: options.fetch(:parallel, false))
3939
end
4040

4141
def me

0 commit comments

Comments
 (0)