Skip to content

Commit 99fb781

Browse files
committed
Move log statement to REPL cli
1 parent b0b23b7 commit 99fb781

File tree

2 files changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/repl/bin
  • tools/make/lib/repl

2 files changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/bin/cli

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/make/lib/repl/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ REPL_DIR ?= $(ROOT_DIR)
2525

2626
repl: $(NODE_MODULES) $(REPL)
2727
@cd $(REPL_DIR); \
28-
echo "Starting REPL..."; \
2928
NODE_ENV=$(NODE_ENV_REPL) \
3029
NODE_PATH=$(NODE_PATH_REPL) \
3130
$(REPL) $(REPL_FLAGS)

0 commit comments

Comments
 (0)