Mario Pietsch

Results 1336 comments of Mario Pietsch

@Jermolene -- I think the TW GitHub build process needs to be adjusted to use Node.js LTS 22.x.y The **minimum requirement** for the `--watch-path` is Node v20.13.0 where this parameter...

As I wrote at the https://github.com/TiddlyWiki/TiddlyWiki5/pull/8689 Dynamic Build Commands. I'll do some more testing. May be I can go back to the [advanced version](https://github.com/TiddlyWiki/TiddlyWiki5/pull/8695/commits/dc336c089ff7ac1c8f368a92ab3bb7d116187f6a) with dynamic commands. Will give feedback

>I notice that the new error() method does not save output to the buffer as we do in the log() method. Is there a reason for this I did search...

>> This is needed, if a core function throws an error and there is a try/catch function. If possible the catch() function should avoid data corruption. >I don't quite understand....