Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e1effe

Browse files
committed
fix build failure
1 parentb2b1743 commit7e1effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/scripts/scriptlib.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module Scripting =
6464
letgetFilename(path:string)= Path.GetFileName path
6565
letgetDirectoryName(path:string)= Path.GetDirectoryName path
6666

67-
letcopyFile source dir=
67+
letcopyFile(source:string)dir=
6868
letdest=
6969
ifnot(Directory.Exists dir)then Directory.CreateDirectory dir|>ignore
7070
letresult= Path.Combine(dir, Path.GetFileName source)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp