Skip to content

Commit 64c0c17

Browse files
committed
Merge branch 'release/3.2.8'
2 parents 9c8fe50 + 0b306d9 commit 64c0c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ If you like this tool, please give it a star on GitHub: https://github.com/juned
442442
export const gitStageChanges = () => {
443443
shell.cd(APP_PATH);
444444
shell.exec('git config --local core.autocrlf false');
445+
shell.exec('git config --local core.safecrlf false');
445446
shell.exec('git add .');
446447
};
447448

0 commit comments

Comments
 (0)