question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

File should be clickable

See original GitHub issue

Example: Generated HTML file is 15703.clinic-flame.html

Here the filename is not referenced as file://... and can not be clicked upon on the terminal.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
goto-bus-stopcommented, Feb 10, 2020

@DylanC This line: https://github.com/nearform/node-clinic/blob/52125ec14923ebd278c5c5d733dc1005d5e339d0/bin.js#L597 should use the absolute path to the file and print file://${absolutePath} instead of only the .clinic path. You can use the path.resolve API to turn the relative path into an absolute path.

0reactions
DylanCcommented, Feb 11, 2020

@BridgeAR - Fix pushed to master for this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

In JavaScript can I make a "click" event fire programmatically ...
The solution is complex yet simple. The first step is to make use of CSS and guise the input file type with "under-elements"...
Read more >
How to programmatically fire a click event for a file input ...
In this article, we will learn how to programmatically fire click events on the input file element. Approach: Whenever you want to perform...
Read more >
Using files from web applications - Web APIs - MDN Web Docs
Using the File API, web content can ask the user to select local files and ... Using hidden file input elements using the...
Read more >
trigger "click" event for file input in js - CodePen
Insecure Resource. The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https....
Read more >
How to create clickable executable file that works like an .exe ...
Short answer: chmod +x /path/to/your/script. Unix will only run files which have the "executable bit" set in their "mode" for the user trying...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found