sd
This commit is contained in:
parent
10ece1bee8
commit
42d6c8e85f
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -67,6 +67,7 @@ function diff(current, checked) {
|
|||
let filenames_checked = lines_checked.map(l => l.split(" ")[0]);
|
||||
|
||||
console.log(lines_current, lines_checked);
|
||||
console.log(filenames_checked);
|
||||
let result = "";
|
||||
|
||||
for (let line of lines_current) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue