We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type Script Build のため、watcher を入れる途中で発見。
https://github.com/realglobe-Inc/atenet/commit/d78caf3dfb783497c20edf4b909110596516ac85
'ui:chime': [ npx('tsc', '--build', 'client/helpers/chime'), // pon-task-wath is not working well : Infinite Loop watch('client/helpers/chime/**/*.ts', (event, filename) => { if (process.env.NODE_ENV !== 'production') { // eslint-disable-next-line no-console console.log('File changed', filename) } }), ],
該当のファイルを同じ内容で保存したらループが始まる。 該当のファイルを別の内容で保存したらループが止まる。
[ui:chime] File changed: client/helpers/chime/ChimeVideoRoom.ts File changed /Users/han/Develop/atenet/packages/web-tachiai/client/helpers/chime/ChimeVideoRoom.ts [ui:chime] File changed: client/helpers/chime/ChimeVideoRoom.ts File changed /Users/han/Develop/atenet/packages/web-tachiai/client/helpers/chime/ChimeVideoRoom.ts [ui:chime] File changed: client/helpers/chime/ChimeVideoRoom.ts File changed /Users/han/Develop/atenet/packages/web-tachiai/client/helpers/chime/ChimeVideoRoom.ts [ui:chime] File changed: client/helpers/chime/ChimeVideoRoom.ts File changed /Users/han/Develop/atenet/packages/web-tachiai/client/helpers/chime/ChimeVideoRoom.ts [ui:chime] File changed: client/helpers/chime/ChimeVideoRoom.ts File changed /Users/han/Develop/atenet/packages/web-tachiai/client/helpers/chime/ChimeVideoRoom.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type Script Build のため、watcher を入れる途中で発見。
https://github.com/realglobe-Inc/atenet/commit/d78caf3dfb783497c20edf4b909110596516ac85
該当のファイルを同じ内容で保存したらループが始まる。
該当のファイルを別の内容で保存したらループが止まる。
The text was updated successfully, but these errors were encountered: