Skip to content

Commit

Permalink
Add feedback on the debug channel
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 2, 2019
1 parent 45453b8 commit 5b36fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterlab/commands.py
Expand Up @@ -1766,6 +1766,7 @@ def _yarn_config(logger):
try:
node = which('node')
except ValueError: # Node not found == user with no need for building jupyterlab
logger.debug("NodeJS was not found. Yarn user configuration is ignored.")
return configuration

try:
Expand Down

0 comments on commit 5b36fb5

Please sign in to comment.