Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove jsroot source_dir message in node.js #296

Closed
DraTeots opened this issue Mar 21, 2024 · 3 comments
Closed

How to remove jsroot source_dir message in node.js #296

DraTeots opened this issue Mar 21, 2024 · 3 comments

Comments

@DraTeots
Copy link

DraTeots commented Mar 21, 2024

I am making a tool using jsroot in node.js. Whenver the script is executed I get a message in console:

Set jsroot source_dir to file:///mnt/c/eic/firebird/root2cad/node_modules/jsroot/, 7.5.5 4/03/2024

I install jsroot through npm/yarn and import like:

import * as jsroot from "jsroot";
import * as geom  from "jsroot/geom"

How to switch off this message? (As the tool has to be quiet if everything is successful and no verbose flag is given )

@linev
Copy link
Member

linev commented Mar 22, 2024

For the moment it is not possible.

I will check that can be done once I am back from vacations in mid April

@DraTeots
Copy link
Author

DraTeots commented Mar 28, 2024

Have a great vacation! The tool works and the message doesn't cause bugs, so just in case it is not a high priority in any way.

linev added a commit that referenced this issue Apr 15, 2024
linev added a commit that referenced this issue Apr 15, 2024
@linev
Copy link
Member

linev commented Apr 15, 2024

I remove such output in case of node.js. In master and 7.6 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants