Skip to content

Commit cadd1a7

Browse files
authored
Merge pull request #568 from hknokh/master
fix: Small fix
2 parents d7b392d + b42b0f8 commit cadd1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/models/script_models/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default class Script implements IAppScript, ISfdmuRunScript {
9898
proxyUrl: string;
9999
csvReadFileDelimiter: ',' | ';' = ",";
100100
csvWriteFileDelimiter: ',' | ';' = ",";
101-
useSeparatedCSVFiles: false;
101+
useSeparatedCSVFiles: boolean = false;
102102

103103
binaryDataCache: DATA_CACHE_TYPES = DATA_CACHE_TYPES.InMemory;
104104
sourceRecordsCache: DATA_CACHE_TYPES = DATA_CACHE_TYPES.InMemory;

0 commit comments

Comments
 (0)