Closed
Description
Noticed this trying to run locally:
node --inspect-brk ..\tslint-to-eslint-config\bin\tslint-to-eslint-config --editor .vscode\settings.json
Result:
❌ Could not start tslint-to-eslint:{
result: {
complaints: [
'Debugger listening on ws://127.0.0.1:65047/a742392b-3d53-4a81-991a-e59919591e8d\r\n' +
'For help, see: https://nodejs.org/en/docs/inspector\r\n' +
'Debugger attached.\r\n' +
'(node:2368) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled.\n' +
'(Use `node --trace-warnings ...` to show where the warning was created)\n' +
'Waiting for the debugger to disconnect...\r\n'
],
status: 2
}
}
❌