This commit is contained in:
elex
2020-04-20 12:39:40 +09:00
commit b4c46884e6
3 changed files with 37 additions and 0 deletions

4
loggings-test.js Normal file
View File

@@ -0,0 +1,4 @@
const L = require('./loggings');
L.i("kkk");
L.i(L);