nextron icon indicating copy to clipboard operation
nextron copied to clipboard

fix: node args sequence error

Open dlt1111 opened this issue 1 year ago • 3 comments

The sequence of node args is incorrect, causing the script "nextron --electron-options="--inspect=9229"" to fail

dlt1111 avatar Jul 20 '24 22:07 dlt1111

@dlt1111

Sorry for inconvenience.

I think this is not the bug of nextron.ts, but nextron-dev.ts

https://github.com/saltyshiomix/nextron/blob/6907722b6cd072fda2b09d4ed1aadb58823486e6/lib/nextron-dev.ts#L71-L78

I will merge this PR once, and then radically modify the CLI options and logics!

saltyshiomix avatar Jul 21 '24 00:07 saltyshiomix

@dlt1111

Sorry for inconvenience.

I think this is not the bug of nextron.ts, but nextron-dev.ts

https://github.com/saltyshiomix/nextron/blob/6907722b6cd072fda2b09d4ed1aadb58823486e6/lib/nextron-dev.ts#L71-L78

I will merge this PR once, and then radically modify the CLI options and logics!

@saltyshiomix Thanks for replying to me. I don't think so. I console something at top of the nextron-dev.ts, but nothing to show. Before that , the terminal had display error like "bad option xxxx".

dlt1111 avatar Jul 21 '24 00:07 dlt1111

@dlt1111

Ok, I'll check it a bit more :)

saltyshiomix avatar Jul 21 '24 00:07 saltyshiomix