Skip to content

Commit fcd9c8f

Browse files
committed
Commit angular#1
1 parent 3fc95e0 commit fcd9c8f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

logs/.gitignore

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
*
2-
!.gitignore
1+
2+
function WriteToFile(passForm) {
3+
4+
{
5+
*
6+
!.gitignore
7+
8+
}
9+
set fso = CreateObject("Scripting.FileSystemObject");
10+
set s = fso.CreateTextFile("logs\log1.txt", True);
11+
s.writeline("-----------------------------");
12+
s.Close();
13+
}

0 commit comments

Comments
 (0)