소스 검색

test da rimuovere.

Francesco Cappelli 2 달 전
부모
커밋
8b569df8c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/whitelist.js

+ 1 - 0
src/whitelist.js

@@ -20,6 +20,7 @@ export const isInWhiteList = async (filename, email) => {
     // ('\r\n') in input as a single line break.
 
     for await (const line of rl) {
+      console.log("AAAA " + line);
       if (email.trim() === line) {
         return true;
       }