fix: node args sequence error
The sequence of node args is incorrect, causing the script "nextron --electron-options="--inspect=9229"" to fail
@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!
@dlt1111
Sorry for inconvenience.
I think this is not the bug of
nextron.ts, butnextron-dev.tshttps://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
Ok, I'll check it a bit more :)