We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #150664
one.js
console.log('1234') function hellothere(){ const x = require('./two.js'); x.saySomething(); } hellothere();
two.js
exports.saySomething = function () { console.log("Said somethign"); return "1234"; };
hellothere
saySomething
warning icon
Hovering the gray circle breakpoint in the editor shows the same message
The text was updated successfully, but these errors were encountered:
It works for me
Are you sure?
Sorry, something went wrong.
Oh wait you meant in the editor, i thought you were referring to the grey circle against the bk in the bk panel. Works as expected
roblourens
No branches or pull requests
Testing #150664
one.js
two.js
hellothere
inone.js
saySomething
fn) intwo.js
warning icon
appears as expected and displays the right messageHovering the gray circle breakpoint in the editor shows the same message
The text was updated successfully, but these errors were encountered: