We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f02fc commit efe818bCopy full SHA for efe818b
bin/nefc
@@ -451,8 +451,8 @@ compilePlaygroundPages() {
451
##
452
compilePlaygroundPage() {
453
set +e
454
- local file="$1" # parameter `file`
455
- local playgroundName="$2" # parameter `playgroundName`
+ local file="$1" # parameter `file`
+ local playgroundName=$(echo "$2" | sed 's/ /_/g') # parameter `playgroundName`
456
local playgroundPage="$3" # parameter `playground`
457
local llog="nef/log/$playgroundName-dlyb.log"
458
local log="nef/log/$playgroundName.log"
0 commit comments