Commit b8227978 authored by shangbj's avatar shangbj

22

parent 0c4d9403
console.log('app11.js11'); console.log('app11.js11');
<<<<<<< HEAD 222
\ No newline at end of file
=====
const execSync = require('child_process').execSync const execSync = require('child_process').execSync
// git 对所有冲突的地方都会生成下面这种格式的信息,所以写个检测冲突文件的正则 // git 对所有冲突的地方都会生成下面这种格式的信息,所以写个检测冲突文件的正则
const isConflictRegular = "<<<<<<< HEAD\s" const isConflictRegular = "^<<<<<<<\\s|^=======$|^>>>>>>>\\s"
let results let results
......
<<<<<<< HEAD 11
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment