Skip to content

Commit

Permalink
escape spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime authored Apr 30, 2023
1 parent 4f1804b commit 2251ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
INDEX_TS="$FEATHERS_DIR/src/index.ts"
if ! grep -q "console.time" "$INDEX_TS"; then
sed -i "/Feathers app listening on /a \\
\ logger.info(\\`Or \\${process.env.FEATHERS_ORIGIN}\\`)\\n\\
\\ logger.info(\\`Or \\${process.env.FEATHERS_ORIGIN}\\`)\\n\\
console.timeEnd('App startup time')" "$INDEX_TS"

sed -i "1i console.time('App startup time')" "$INDEX_TS"
Expand Down

0 comments on commit 2251ad2

Please sign in to comment.