Skip to content

Commit 4899786

Browse files
committed
temp: add FIXME
1 parent ee9abcf commit 4899786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/npm_publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ update_namespace_dependency_versions() {
430430
echo "${dependencies}" >&2
431431
echo '' >&2
432432

433-
# Convert the newline-delimited output to a bash array:
433+
# Convert the newline-delimited output to a bash array: FIXME: this is not best practice. We should use a `while` loop below.
434434
dependencies=( $(echo "${dependencies}" | tr '\n' ' ') )
435435

436436
echo 'Setting versions to latest versions...' >&2

0 commit comments

Comments
 (0)