Skip to content

Commit

Permalink
Fixes michaelneu#4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneu committed Sep 30, 2017
1 parent fee8780 commit 61d746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Function AddScriptToBook($book, $file)
$ignore = $lines.RemoveAt(0)
}

$code = [String]::Join("`r`n", $lines)
$code = [String]::Join("`r`n", $lines.ToArray())

$moduleType = $COMPONENT_TYPE_MODULE

Expand Down

0 comments on commit 61d746d

Please sign in to comment.