Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
FossPrime committed Apr 30, 2023
1 parent 2251ad2 commit 30250c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .replit
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ 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\\
console.timeEnd('App startup time')" "$INDEX_TS"
\\ logger.info(\\`Remote: \\${process.env.FEATHERS_ORIGIN}\\`)\\n\\
console.timeEnd('App startup time')" "$INDEX_TS"

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

0 comments on commit 30250c2

Please sign in to comment.