Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Sep 9, 2023
1 parent 7d01c2d commit 0f0bf2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frobulator
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,8 @@ frobulator.process () {

spinner='/\'

before="[ "
after=" ]"
before="[${marker_spc}"
after="${marker_spc}]"

frobulator.pmt "${@}"

Expand Down Expand Up @@ -1513,8 +1513,8 @@ frobulator.progress () {

spinner='⎺⎻⎼⎽⎼⎻'

before="[ "
after=" ]"
before="[${marker_spc}"
after="${marker_spc}]"

notification=("${@}")

Expand Down

0 comments on commit 0f0bf2a

Please sign in to comment.