Results 24 comments of nobuhito

What are web browsers using? Other than Chrome it may not work. try specifying Chrome with `printcode.browserPath` on the setting page.

When it is not displayed even in Chrome, There is a possibility that another program is disturbing. In that case, it may be displayed by changing the webServerPort from 3000...

Thanks for the advice. I'd like to release the modified version as soon as possible.

It seems that 100 ms is somewhat shorter depending on the environment. Would you solve it if it is a little longer? About 500 ms? I do not want to...

Or is this better? ```js server.listen(port, () => { portNumberInUse = port; printIt(); }); ```

If it improves by changing to 500 ms or 1 sec, I will change the default value. However, I do not want to extend it until 2 sec. Also, I...

Hello everyone It may have been fixed in Ver.3.0.0, please update and try again. I am waiting for the result report.

Hmm ... I am thinking of two countermeasures * Lazy access * Starting and running the web server Which is better?

Thank you for creating a patch. but, I think that we can not get the expected effect with this correction. There is no way to directly manipulate DOM with JS...