stricklandrbls commented on PR #1382:
URL: https://github.com/apache/daffodil-vscode/pull/1382#issuecomment-3276370952

   @duboisfordwork I discussed this with @shanedell and we think it may be due 
to the debug flag I have in the package.json scripts. An indicator of this is 
in the logs you posted:
   ```bash
   [1] 'DEBUG_DATAEDITOR' is not recognized as an internal or external command,
   [1] operable program or batch file.
   error Command failed with exit code 1.
   info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.
   [1] yarn watch:svelte exited with code 1
   ```
   This flag seems to not be recognized, for some reason not every time, and is 
causing the process w/ the _concurrently_ id `[1]` to kill the other processes 
w/ `SIGTERM` which also appears in the logs.
   
   This one is especially difficult because I cannot reproduce this on my 
machine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to