wallabyjs / console-ninja

Repository for Console Ninja questions and issues
https://console-ninja.com
Other
378 stars 18 forks source link

[Bug]: Invalid code added when upgraded to v1.0.262 #236

Closed mschunke closed 10 months ago

mschunke commented 10 months ago

What happened?

The current app is Next 13 and was running fine this morning until I upgraded to Console Ninja 1.0.262. Seeing weird es-lint directives (I assume added by Console Ninja, since when disabling it, everything works as expected).

PS: As you can see from the screenshot, there are no log points (paid version) on even standard console.log.

This is the screenshot from the code it's causing the error: image

This is the terminal output:

- error ./components/Cart/index.tsx
Error: 
  x Expected ',', got ';'
    ,-[/Users/murilo-mac/Documents/Repos/loop-web/components/Cart/index.tsx:41:1]
 41 |     creditConsumption,
 42 |     forceCartRefresh,
 43 |     resetCart,
 44 |   } = /* eslint-disable *//* eslint-disable-line */oo_al(useCartStore()/* eslint-disable */;oo_al(showCart, `2809092941_35_4_35_12_1`);/* eslint-disable */;oo_al(cart, `2809092941_36_4_36_8_1`);/* eslint-disable */;oo_al(checkoutStep, `2809092941_37_4_37_16_1`);/* eslint-disable */;oo_al(membershipProducts, `2809092941_38_4_38_22_1`);/* eslint-disable */;oo_al(registryCart, `2809092941_39_4_39_16_1`);/* eslint-disable */;oo_al(deliveryOption, `2809092941_40_4_40_18_1`);/* eslint-disable */;oo_al(creditConsumption, `2809092941_41_4_41_21_1`);/* eslint-disable */;oo_al(forceCartRefresh, `2809092941_42_4_42_20_1`);/* eslint-disable */;oo_al(resetCart, `2809092941_43_4_43_13_1`);, `2809092941_44_6_44_20_1`)
    :                                                                                            ^
 45 |   const [hasCoupon, setHasCoupon] = /* eslint-disable *//* eslint-disable-line */oo_al(useState(false), `2809092941_45_36_45_51_1`)
 46 |   const {
 47 |     register,
    `----

Caused by:
    Syntax Error

Import trace for requested module:
./components/Cart/index.tsx
./components/index.tsx

Version

1.0.262

Steps to reproduce (or sample repo)

Sorry, I can't provide this repo.

Log output

09:11:32.091 info host starting tools discovery and integration
09:11:32.096 info host looking for tools to patch
09:11:32.152 info host worker Starting Host Worker...
09:11:33.055 info host found 8 tool file(s) to patch
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/node_modules/next/dist/compiled/webpack/bundle5.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-fire/functions/node_modules/next/dist/compiled/webpack/bundle5.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase/functions/node_modules/next/dist/compiled/webpack/bundle5.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase-dev/functions/node_modules/next/dist/compiled/webpack/bundle5.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-fire/functions/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase/functions/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
09:11:33.057 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase-dev/functions/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
09:11:33.118 info host completed tools discovery and integration
17:22:29.884 info host removing cache folder: c57dec078cc37ebd2704795572b0063e
08:24:11.961 info extension stopping host
08:24:12.173 info host ------------ starting ------------
08:24:12.186 info extension host process output: port:[53334]
08:24:12.186 info extension 
08:24:12.196 info host client connected: extension { address: '::', family: 'IPv6', port: 53334 }
08:24:12.233 info host starting host: {"extensionFolder":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.260","runtimeHookFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.260/out/runtimeHook/tracer.js","globalErrorHandlerFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.260/out/runtimeHook/errorHandler.js","filesToInstrument":[{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/middleware.ts","autoLogPoints":[{"range":{"startLine":15,"endLine":15,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/lib/firebase-admin.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/functions/src/lib/firebase-admin.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/src/lib/firebase-admin.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/session/callable.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/functions/src/session.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/src/session.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/firestore/users/create.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/lib/session.js","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/app/(protected)/app/integrations/reauth.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/app/(protected)/app/charts.tsx","autoLogPoints":[{"range":{"startLine":13,"endLine":13,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/dayzero/dz-fire/functions/src/teal/journal.ts","autoLogPoints":[{"range":{"startLine":104,"endLine":104,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"}],"debug":false,"config":{"dateTimeFormat":"HH:mm:ss.SSS","dateTimeDisplayMode":"Absolute","installBinToPath":true,"openLinksInEditor":true,"maxLogViewerEntries":15000,"fontSize":10,"autoClearLogViewerOnFileChanges":true,"outputMode":"In View","captureFunctions":false,"searchUrl":"https://www.google.com/search?q={query}","enableProFeatures":true,"toolsToAutoPatch":["vite","jest","webpack","next.js","nest.js","cypress","http-server","serve","live-server","nuxt","remix","qwik","hydrogen","serverless","astro"],"showErrors":true,"showLogsOnlyFromOpenedFiles":false,"showLogsFromLogPointsOnly":false,"showLogsFromMultipleRunningToolsTogether":false,"predictiveLoggingEnabled":true,"allowConsoleLogToTriggerPredictions":false},"allowedHosts":["localhost","127.0.0.1","example.cypress.io","MuriloMac.local","192.168.100.120"],"host":"127.0.0.1"}
08:24:12.247 info host starting tools discovery and integration
08:24:12.256 info host updating /Users/murilo-mac/.console-ninja/.bin/loader.js
08:24:12.270 info host looking for tools to patch
08:24:12.284 info host worker Starting Host Worker...
08:24:13.957 info host found 8 tool file(s) to patch
08:24:13.959 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/node_modules/next/dist/compiled/webpack/bundle5.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-fire/functions/node_modules/next/dist/compiled/webpack/bundle5.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase-dev/functions/node_modules/next/dist/compiled/webpack/bundle5.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase/functions/node_modules/next/dist/compiled/webpack/bundle5.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-fire/functions/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase-dev/functions/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
08:24:13.960 info host patching /users/murilo-mac/documents/repos/dayzero/dz-fire/.firebase/dz-webapp-firebase/functions/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
08:24:14.057 info host completed tools discovery and integration
08:33:50.884 info extension stopping host
08:33:50.886 info host removing cache folder: 4f7c326e9dd5417dad3ab30c09178718
08:33:52.578 info extension stopping host
08:33:52.771 info host ------------ starting ------------
08:33:52.781 info extension host process output: port:[63807]
08:33:52.781 info extension 
08:33:52.834 info host client connected: extension { address: '::', family: 'IPv6', port: 63807 }
08:33:52.836 info host starting host: {"extensionFolder":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262","runtimeHookFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262/out/runtimeHook/tracer.js","globalErrorHandlerFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262/out/runtimeHook/errorHandler.js","filesToInstrument":[{"path":"/users/murilo-mac/documents/repos/loop-web/store/auth/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/services/cart_api.ts","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/checkoutaddress/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/loopinginreallifemolecule/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/productsfilter/index.tsx","autoLogPoints":[{"range":{"startLine":394,"endLine":394,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/pages/products/index.tsx","autoLogPoints":[{"range":{"startLine":375,"endLine":375,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/cart/index.tsx","autoLogPoints":[{"range":{"startLine":610,"endLine":610,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/pages/account/index.tsx","autoLogPoints":[{"range":{"startLine":244,"endLine":244,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/store/cart/index.tsx","autoLogPoints":[{"range":{"startLine":373,"endLine":373,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/faq/index.tsx","autoLogPoints":[{"range":{"startLine":10,"endLine":10,"startColumn":16,"endColumn":16}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/checkoutpayment/ordersummary.tsx","autoLogPoints":[{"range":{"startLine":213,"endLine":213,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/services/products_api.ts","autoLogPoints":[{"range":{"startLine":128,"endLine":128,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/Users/murilo-mac/Documents/Repos/loop-web/pages/faq.tsx","reason":"open"},{"path":"/Users/murilo-mac/Documents/Repos/loop-web/config/faq.constants.tsx","reason":"open"}],"debug":false,"config":{"dateTimeFormat":"HH:mm:ss.SSS","dateTimeDisplayMode":"Absolute","installBinToPath":true,"openLinksInEditor":true,"maxLogViewerEntries":15000,"fontSize":10,"autoClearLogViewerOnFileChanges":true,"outputMode":"In View","captureFunctions":false,"searchUrl":"https://www.google.com/search?q={query}","enableProFeatures":true,"toolsToAutoPatch":["vite","jest","webpack","next.js","nest.js","cypress","http-server","serve","live-server","nuxt","remix","qwik","hydrogen","serverless","astro"],"showErrors":true,"showLogsOnlyFromOpenedFiles":false,"showLogsFromLogPointsOnly":false,"showLogsFromMultipleRunningToolsTogether":false,"predictiveLoggingEnabled":true,"allowConsoleLogToTriggerPredictions":false},"allowedHosts":["localhost","127.0.0.1","example.cypress.io","MuriloMac.local","192.168.100.120"],"host":"127.0.0.1"}
08:33:52.845 info host starting tools discovery and integration
08:33:52.852 info host updating /Users/murilo-mac/.console-ninja/.bin/loader.js
08:33:52.855 info host looking for tools to patch
08:33:52.874 info host worker Starting Host Worker...
08:33:53.351 info host found 4 tool file(s) to patch
08:33:53.352 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/webpack/lib/webpack.js
08:33:53.352 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/cypress/lib/cypress.js
08:33:53.353 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/next/dist/compiled/webpack/bundle5.js
08:33:53.353 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
08:33:53.421 info host completed tools discovery and integration
08:34:20.265 info buildHook-3081 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:34:20.271 info buildHook-3081 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:34:20.272 info buildHook-3081 running tools: next.js
08:34:20.273 info buildHook-3081 installing fs interceptor
08:34:20.296 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:34:20.493 info buildHook-3081 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:34:20.493 info buildHook-3081 running tools: next.js
08:34:22.604 info buildHook-3081 file processed (stat): 16 log points, error handler: false
08:34:22.727 info buildHook-3081 file processed (stat): 0 log points, error handler: false
08:34:22.905 info buildHook-3081 file processed (stat): 7 log points, error handler: false
08:34:22.923 info buildHook-3081 file processed (stat): 11 log points, error handler: false
08:34:22.977 info buildHook-3081 file processed (stat): 5 log points, error handler: false
08:34:23.174 info buildHook-3081 file processed (stat): 0 log points, error handler: false
08:34:23.192 info buildHook-3081 file processed (stat): 0 log points, error handler: false
08:34:23.212 info buildHook-3081 file processed (stat): 66 log points, error handler: false
08:34:23.239 info buildHook-3081 file processed (stat): 74 log points, error handler: false
08:34:23.249 info buildHook-3081 file processed (stat): 14 log points, error handler: false
08:34:23.257 info buildHook-3081 file processed (stat): 1 log points, error handler: false
08:34:23.886 info buildHook-3081 file processed (stat): 13 log points, error handler: false
08:34:23.897 info buildHook-3081 file processed (stat): 1 log points, error handler: false
08:34:26.376 info buildHook-3080 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:34:26.379 info buildHook-3080 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:34:26.379 info buildHook-3080 running tools: next.js
08:34:26.380 info buildHook-3080 installing fs interceptor
08:34:26.406 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:34:26.407 info buildHook-3080 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:34:26.407 info buildHook-3080 running tools: next.js
08:34:27.097 info buildHook-3082 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:34:27.101 info buildHook-3082 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:34:27.101 info buildHook-3082 running tools: next.js
08:34:27.101 info buildHook-3082 installing fs interceptor
08:34:27.123 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:34:27.327 info buildHook-3082 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:34:27.327 info buildHook-3082 running tools: next.js
08:34:27.480 info buildHook-3082 file processed (stat): 0 log points, error handler: false
08:34:27.503 info buildHook-3082 file processed (stat): 0 log points, error handler: false
08:34:27.532 info buildHook-3082 file processed (stat): 66 log points, error handler: false
08:55:34.854 info buildHook-3081 file processed (stat): 0 log points, error handler: false
08:55:34.888 info buildHook-3081 file processed (promise): 0 log points, error handler: false
08:55:54.239 info buildHook-3082 file processed (promise): 0 log points, error handler: false
08:57:24.273 info buildHook-3081 file processed (stat): 74 log points, error handler: false
08:58:09.464 info buildHook-3081 file processed (stat): 74 log points, error handler: false
08:59:32.464 info host client disconnected: buildHook 1006
08:59:32.464 info host client disconnected: buildHook 1006, has clients true
08:59:32.471 info host client disconnected: buildHook 4100
08:59:32.471 info host client disconnected: buildHook 4100, has clients true
08:59:32.484 info host client disconnected: buildHook 1006
08:59:32.484 info host client disconnected: buildHook 1006, has clients false
08:59:32.674 info buildHook-3607 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:59:32.680 info buildHook-3607 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:32.680 info buildHook-3607 running tools: next.js
08:59:32.681 info buildHook-3607 installing fs interceptor
08:59:32.707 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:59:32.763 info buildHook-3607 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:32.763 info buildHook-3607 running tools: next.js
08:59:33.461 info host client disconnected: buildHook 4100
08:59:33.461 info host client disconnected: buildHook 4100, has clients false
08:59:35.820 info buildHook-3642 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:59:35.824 info buildHook-3642 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:35.824 info buildHook-3642 running tools: next.js
08:59:35.825 info buildHook-3642 installing fs interceptor
08:59:35.845 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:59:35.847 info buildHook-3642 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:35.847 info buildHook-3642 running tools: next.js
08:59:39.210 info buildHook-3642 file processed (stat): 16 log points, error handler: false
08:59:39.611 info buildHook-3642 file processed (stat): 0 log points, error handler: false
08:59:39.684 info buildHook-3642 file processed (stat): 0 log points, error handler: false
08:59:39.697 info buildHook-3642 file processed (stat): 0 log points, error handler: false
08:59:39.718 info buildHook-3642 file processed (stat): 66 log points, error handler: false
08:59:39.748 info buildHook-3642 file processed (stat): 74 log points, error handler: false
08:59:39.762 info buildHook-3642 file processed (stat): 11 log points, error handler: false
08:59:39.770 info buildHook-3642 file processed (stat): 14 log points, error handler: false
08:59:39.775 info buildHook-3642 file processed (stat): 5 log points, error handler: false
08:59:39.780 info buildHook-3642 file processed (stat): 1 log points, error handler: false
08:59:39.794 info buildHook-3642 file processed (stat): 7 log points, error handler: false
08:59:40.600 info buildHook-3642 file processed (stat): 13 log points, error handler: false
08:59:40.612 info buildHook-3642 file processed (stat): 1 log points, error handler: false
08:59:43.307 info buildHook-3641 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:59:43.312 info buildHook-3641 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:43.312 info buildHook-3641 running tools: next.js
08:59:43.312 info buildHook-3641 installing fs interceptor
08:59:43.334 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:59:43.336 info buildHook-3641 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:43.336 info buildHook-3641 running tools: next.js
08:59:53.546 info buildHook-3643 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
08:59:53.550 info buildHook-3643 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:53.550 info buildHook-3643 running tools: next.js
08:59:53.550 info buildHook-3643 installing fs interceptor
08:59:53.573 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
08:59:53.741 info buildHook-3643 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
08:59:53.741 info buildHook-3643 running tools: next.js
08:59:53.905 info buildHook-3643 file processed (stat): 0 log points, error handler: false
08:59:53.924 info buildHook-3643 file processed (stat): 0 log points, error handler: false
08:59:53.951 info buildHook-3643 file processed (stat): 66 log points, error handler: false
09:00:11.486 info host client disconnected: buildHook 1006
09:00:11.486 info host client disconnected: buildHook 1006, has clients true
09:00:11.510 info host client disconnected: buildHook 4100
09:00:11.510 info host client disconnected: buildHook 4100, has clients true
09:00:11.516 info host client disconnected: buildHook 1006
09:00:11.517 info host client disconnected: buildHook 1006, has clients false
09:00:11.707 info buildHook-3695 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:00:11.712 info buildHook-3695 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:00:11.712 info buildHook-3695 running tools: next.js
09:00:11.712 info buildHook-3695 installing fs interceptor
09:00:11.736 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:00:11.738 info buildHook-3695 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:00:11.738 info buildHook-3695 running tools: next.js
09:00:12.128 info host client disconnected: buildHook 4100
09:00:12.128 info host client disconnected: buildHook 4100, has clients false
09:00:12.767 info buildHook-3725 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:00:12.771 info buildHook-3725 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:00:12.771 info buildHook-3725 running tools: next.js
09:00:12.771 info buildHook-3725 installing fs interceptor
09:00:12.792 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:00:12.793 info buildHook-3725 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:00:12.794 info buildHook-3725 running tools: next.js
09:00:15.643 info buildHook-3725 file processed (stat): 16 log points, error handler: false
09:00:16.025 info buildHook-3725 file processed (stat): 0 log points, error handler: false
09:00:16.038 info buildHook-3725 file processed (stat): 0 log points, error handler: false
09:00:16.061 info buildHook-3725 file processed (stat): 66 log points, error handler: false
09:00:16.093 info buildHook-3725 file processed (stat): 74 log points, error handler: false
09:00:16.107 info buildHook-3725 file processed (stat): 11 log points, error handler: false
09:00:16.116 info buildHook-3725 file processed (stat): 14 log points, error handler: false
09:00:16.120 info buildHook-3725 file processed (stat): 5 log points, error handler: false
09:00:16.127 info buildHook-3725 file processed (stat): 1 log points, error handler: false
09:00:16.141 info buildHook-3725 file processed (stat): 7 log points, error handler: false
09:00:16.732 info buildHook-3725 file processed (stat): 0 log points, error handler: false
09:00:17.029 info buildHook-3725 file processed (stat): 13 log points, error handler: false
09:00:17.040 info buildHook-3725 file processed (stat): 1 log points, error handler: false
09:00:19.739 info buildHook-3724 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:00:19.743 info buildHook-3724 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:00:19.744 info buildHook-3724 running tools: next.js
09:00:19.744 info buildHook-3724 installing fs interceptor
09:00:19.767 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:00:19.769 info buildHook-3724 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:00:19.769 info buildHook-3724 running tools: next.js
09:07:14.467 info buildHook-3726 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:07:14.472 info buildHook-3726 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:14.472 info buildHook-3726 running tools: next.js
09:07:14.474 info buildHook-3726 installing fs interceptor
09:07:14.499 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:07:14.733 info buildHook-3726 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:14.733 info buildHook-3726 running tools: next.js
09:07:14.905 info buildHook-3726 file processed (stat): 0 log points, error handler: false
09:07:14.924 info buildHook-3726 file processed (stat): 0 log points, error handler: false
09:07:14.952 info buildHook-3726 file processed (stat): 66 log points, error handler: false
09:07:19.596 info host client disconnected: buildHook 1006
09:07:19.596 info host client disconnected: buildHook 1006, has clients true
09:07:19.628 info host client disconnected: buildHook 4100
09:07:19.628 info host client disconnected: buildHook 4100, has clients true
09:07:19.634 info host client disconnected: buildHook 1006
09:07:19.635 info host client disconnected: buildHook 1006, has clients false
09:07:19.825 info buildHook-3842 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:07:19.830 info buildHook-3842 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:19.830 info buildHook-3842 running tools: next.js
09:07:19.831 info buildHook-3842 installing fs interceptor
09:07:19.857 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:07:19.908 info buildHook-3842 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:19.908 info buildHook-3842 running tools: next.js
09:07:20.267 info host client disconnected: buildHook 4100
09:07:20.267 info host client disconnected: buildHook 4100, has clients false
09:07:26.829 info buildHook-3894 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:07:26.834 info buildHook-3894 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:26.834 info buildHook-3894 running tools: next.js
09:07:26.835 info buildHook-3894 installing fs interceptor
09:07:26.856 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:07:26.858 info buildHook-3894 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:26.858 info buildHook-3894 running tools: next.js
09:07:29.829 info buildHook-3894 file processed (stat): 16 log points, error handler: false
09:07:29.869 info buildHook-3894 file processed (stat): 0 log points, error handler: false
09:07:29.893 info buildHook-3894 file processed (stat): 0 log points, error handler: false
09:07:29.968 info buildHook-3894 file processed (stat): 0 log points, error handler: false
09:07:29.990 info buildHook-3894 file processed (stat): 66 log points, error handler: false
09:07:30.021 info buildHook-3894 file processed (stat): 74 log points, error handler: false
09:07:30.036 info buildHook-3894 file processed (stat): 11 log points, error handler: false
09:07:30.046 info buildHook-3894 file processed (stat): 14 log points, error handler: false
09:07:30.051 info buildHook-3894 file processed (stat): 5 log points, error handler: false
09:07:30.057 info buildHook-3894 file processed (stat): 1 log points, error handler: false
09:07:30.070 info buildHook-3894 file processed (stat): 7 log points, error handler: false
09:07:30.425 info buildHook-3894 file processed (stat): 13 log points, error handler: false
09:07:30.436 info buildHook-3894 file processed (stat): 1 log points, error handler: false
09:07:31.981 info buildHook-3893 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:07:32.007 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:07:31.984 info buildHook-3893 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:31.984 info buildHook-3893 running tools: next.js
09:07:31.984 info buildHook-3893 installing fs interceptor
09:07:32.027 info buildHook-3893 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:32.027 info buildHook-3893 running tools: next.js
09:07:47.287 info buildHook-3895 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:07:47.290 info buildHook-3895 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:47.313 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:07:47.290 info buildHook-3895 running tools: next.js
09:07:47.291 info buildHook-3895 installing fs interceptor
09:07:47.515 info buildHook-3895 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:07:47.515 info buildHook-3895 running tools: next.js
09:07:47.681 info buildHook-3895 file processed (stat): 0 log points, error handler: false
09:07:47.701 info buildHook-3895 file processed (stat): 0 log points, error handler: false
09:07:47.729 info buildHook-3895 file processed (stat): 66 log points, error handler: false
09:12:54.188 info extension stopping host
09:12:54.193 info host removing cache folder: a1bbea48ecd4644f12f44c70178e9899
09:12:54.205 info buildHook-3895 client disconnected: 1006 
09:12:54.205 info buildHook-3893 client disconnected: 1006 
09:12:54.205 info buildHook-3894 client disconnected: 1006 
09:12:54.205 info buildHook-3893 disconnected from host: 63807
09:12:54.205 info buildHook-3895 disconnected from host: 63807
09:12:54.205 info buildHook-3894 disconnected from host: 63807
09:12:54.205 info buildHook-3893 disconnected from all hosts
09:12:54.205 info buildHook-3895 disconnected from all hosts
09:12:54.205 info buildHook-3894 disconnected from all hosts
09:12:54.208 info extension client disconnected: 1006 
09:15:20.089 info extension stopping host
09:15:20.269 info extension host process output: port:[63807]
09:15:20.261 info host ------------ starting ------------
09:15:20.269 info extension 
09:15:20.275 info host client connected: extension { address: '::', family: 'IPv6', port: 63807 }
09:15:20.294 info host starting host: {"extensionFolder":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262","runtimeHookFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262/out/runtimeHook/tracer.js","globalErrorHandlerFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262/out/runtimeHook/errorHandler.js","filesToInstrument":[{"path":"/users/murilo-mac/documents/repos/loop-web/store/auth/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/services/cart_api.ts","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/checkoutaddress/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/loopinginreallifemolecule/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/productsfilter/index.tsx","autoLogPoints":[{"range":{"startLine":394,"endLine":394,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/pages/products/index.tsx","autoLogPoints":[{"range":{"startLine":375,"endLine":375,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/cart/index.tsx","autoLogPoints":[{"range":{"startLine":610,"endLine":610,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/pages/account/index.tsx","autoLogPoints":[{"range":{"startLine":244,"endLine":244,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/store/cart/index.tsx","autoLogPoints":[{"range":{"startLine":373,"endLine":373,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/faq/index.tsx","autoLogPoints":[{"range":{"startLine":10,"endLine":10,"startColumn":16,"endColumn":16}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/checkoutpayment/ordersummary.tsx","autoLogPoints":[{"range":{"startLine":213,"endLine":213,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/services/products_api.ts","autoLogPoints":[{"range":{"startLine":128,"endLine":128,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/Users/murilo-mac/Documents/Repos/loop-web/pages/index.tsx","reason":"open"},{"path":"/Users/murilo-mac/Documents/Repos/loop-web/components/Cart/index.tsx","reason":"open"}],"debug":false,"config":{"dateTimeFormat":"HH:mm:ss.SSS","dateTimeDisplayMode":"Absolute","installBinToPath":true,"openLinksInEditor":true,"maxLogViewerEntries":15000,"fontSize":10,"autoClearLogViewerOnFileChanges":true,"outputMode":"In View","captureFunctions":false,"searchUrl":"https://www.google.com/search?q={query}","enableProFeatures":true,"toolsToAutoPatch":["vite","jest","webpack","next.js","nest.js","cypress","http-server","serve","live-server","nuxt","remix","qwik","hydrogen","serverless","astro"],"showErrors":true,"showLogsOnlyFromOpenedFiles":false,"showLogsFromLogPointsOnly":false,"showLogsFromMultipleRunningToolsTogether":false,"predictiveLoggingEnabled":true,"allowConsoleLogToTriggerPredictions":false},"allowedHosts":["localhost","127.0.0.1","example.cypress.io","MuriloMac.local","192.168.100.120"],"host":"127.0.0.1"}
09:15:20.302 info host starting tools discovery and integration
09:15:20.305 info host looking for tools to patch
09:15:20.360 info host worker Starting Host Worker...
09:15:20.608 info host found 4 tool file(s) to patch
09:15:20.608 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/cypress/lib/cypress.js
09:15:20.609 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/webpack/lib/webpack.js
09:15:20.609 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/next/dist/compiled/webpack/bundle5.js
09:15:20.609 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
09:15:20.665 info host completed tools discovery and integration
09:15:20.912 info buildHook-3895 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:15:20.913 info buildHook-3895 running tools: next.js
09:15:20.916 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:15:20.918 info buildHook-3895 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:15:20.918 info buildHook-3895 running tools: next.js
09:15:20.956 info buildHook-3895 file processed (stat): 0 log points, error handler: false
09:15:20.985 info buildHook-3895 file processed (stat): 66 log points, error handler: false
09:15:20.995 info buildHook-3895 file processed (stat): 0 log points, error handler: false
09:15:21.310 info buildHook-3894 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:15:21.311 info buildHook-3894 running tools: next.js
09:15:21.343 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:15:21.346 info buildHook-3894 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:15:21.347 info buildHook-3894 running tools: next.js
09:15:21.366 info buildHook-3894 file processed (async): 0 log points, error handler: false
09:15:21.393 info buildHook-3894 file processed (stat): 0 log points, error handler: false
09:15:21.462 info buildHook-3894 file processed (promise): 0 log points, error handler: false
09:15:21.558 info buildHook-3894 file processed (promise): 66 log points, error handler: false
09:15:21.588 info buildHook-3893 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:15:21.588 info buildHook-3893 running tools: next.js
09:15:21.590 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:15:21.591 info buildHook-3893 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:15:21.591 info buildHook-3893 running tools: next.js
09:16:05.239 info buildHook-3894 file processed (stat): 16 log points, error handler: false
09:16:05.317 info buildHook-3894 file processed (stat): 7 log points, error handler: false
09:16:05.331 info buildHook-3894 file processed (stat): 14 log points, error handler: false
09:16:05.351 info buildHook-3894 file processed (stat): 11 log points, error handler: false
09:16:05.357 info buildHook-3894 file processed (stat): 5 log points, error handler: false
09:16:05.385 info buildHook-3894 file processed (stat): 74 log points, error handler: false
09:16:05.393 info buildHook-3894 file processed (stat): 1 log points, error handler: false
09:16:05.645 info buildHook-3894 file processed (stat): 13 log points, error handler: false
09:16:06.330 info buildHook-3894 file processed (stat): 1 log points, error handler: false
09:16:08.672 info host client disconnected: buildHook 1006
09:16:08.672 info host client disconnected: buildHook 1006, has clients true
09:16:08.683 info host client disconnected: buildHook 4100
09:16:08.683 info host client disconnected: buildHook 4100, has clients true
09:16:08.692 info host client disconnected: buildHook 1006
09:16:08.692 info host client disconnected: buildHook 1006, has clients false
09:16:08.944 info buildHook-4209 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:16:08.950 info buildHook-4209 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:08.950 info buildHook-4209 running tools: next.js
09:16:08.951 info buildHook-4209 installing fs interceptor
09:16:08.979 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:16:09.038 info buildHook-4209 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:09.038 info buildHook-4209 running tools: next.js
09:16:09.629 info host client disconnected: buildHook 4100
09:16:09.629 info host client disconnected: buildHook 4100, has clients false
09:16:09.931 info buildHook-4240 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:16:09.935 info buildHook-4240 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:09.935 info buildHook-4240 running tools: next.js
09:16:09.936 info buildHook-4240 installing fs interceptor
09:16:09.956 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:16:09.958 info buildHook-4240 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:09.958 info buildHook-4240 running tools: next.js
09:16:13.001 info buildHook-4240 file processed (stat): 16 log points, error handler: false
09:16:13.437 info buildHook-4240 file processed (stat): 0 log points, error handler: false
09:16:13.451 info buildHook-4240 file processed (stat): 0 log points, error handler: false
09:16:13.473 info buildHook-4240 file processed (stat): 66 log points, error handler: false
09:16:13.506 info buildHook-4240 file processed (stat): 74 log points, error handler: false
09:16:13.521 info buildHook-4240 file processed (stat): 11 log points, error handler: false
09:16:13.530 info buildHook-4240 file processed (stat): 14 log points, error handler: false
09:16:13.533 info buildHook-4240 file processed (stat): 5 log points, error handler: false
09:16:13.539 info buildHook-4240 file processed (stat): 1 log points, error handler: false
09:16:13.553 info buildHook-4240 file processed (stat): 7 log points, error handler: false
09:16:14.134 info buildHook-4240 file processed (stat): 0 log points, error handler: false
09:16:14.404 info buildHook-4240 file processed (stat): 13 log points, error handler: false
09:16:14.416 info buildHook-4240 file processed (stat): 1 log points, error handler: false
09:16:17.109 info buildHook-4239 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:16:17.112 info buildHook-4239 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:17.112 info buildHook-4239 running tools: next.js
09:16:17.113 info buildHook-4239 installing fs interceptor
09:16:17.136 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:16:17.138 info buildHook-4239 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:17.138 info buildHook-4239 running tools: next.js
09:16:17.297 info buildHook-4241 installing build hook for next.js at /users/murilo-mac/documents/repos/loop-web, node v18.17.1
09:16:17.301 info buildHook-4241 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:17.323 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:16:17.301 info buildHook-4241 running tools: next.js
09:16:17.302 info buildHook-4241 installing fs interceptor
09:16:17.482 info buildHook-4241 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:16:17.482 info buildHook-4241 running tools: next.js
09:16:17.651 info buildHook-4241 file processed (stat): 0 log points, error handler: false
09:16:17.671 info buildHook-4241 file processed (stat): 0 log points, error handler: false
09:16:17.698 info buildHook-4241 file processed (stat): 66 log points, error handler: false
09:17:26.128 info extension stopping host
09:17:26.132 info host removing cache folder: 4ea35e338c9aa791aa06f4d408432553
09:17:26.145 info buildHook-4239 client disconnected: 1006 
09:17:26.145 info extension client disconnected: 1006 
09:17:26.146 info buildHook-4239 disconnected from host: 63807
09:17:26.146 info buildHook-4239 disconnected from all hosts
09:17:26.146 info buildHook-4241 client disconnected: 1006 
09:17:26.147 info buildHook-4241 disconnected from host: 63807
09:17:26.147 info buildHook-4241 disconnected from all hosts
09:17:26.149 info buildHook-4240 client disconnected: 1006 
09:17:26.150 info buildHook-4240 disconnected from host: 63807
09:17:26.150 info buildHook-4240 disconnected from all hosts
09:17:26.335 info extension host process output: port:[63807]
09:17:26.326 info host ------------ starting ------------
09:17:26.335 info extension 
09:17:26.339 info host client connected: extension { address: '::', family: 'IPv6', port: 63807 }
09:17:26.358 info host starting host: {"extensionFolder":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262","runtimeHookFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262/out/runtimeHook/tracer.js","globalErrorHandlerFile":"/Users/murilo-mac/.vscode/extensions/wallabyjs.console-ninja-1.0.262/out/runtimeHook/errorHandler.js","filesToInstrument":[{"path":"/users/murilo-mac/documents/repos/loop-web/store/auth/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/services/cart_api.ts","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/checkoutaddress/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/loopinginreallifemolecule/index.tsx","reason":"search"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/productsfilter/index.tsx","autoLogPoints":[{"range":{"startLine":394,"endLine":394,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/pages/products/index.tsx","autoLogPoints":[{"range":{"startLine":375,"endLine":375,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/cart/index.tsx","autoLogPoints":[{"range":{"startLine":610,"endLine":610,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/pages/account/index.tsx","autoLogPoints":[{"range":{"startLine":244,"endLine":244,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/store/cart/index.tsx","autoLogPoints":[{"range":{"startLine":373,"endLine":373,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/faq/index.tsx","autoLogPoints":[{"range":{"startLine":10,"endLine":10,"startColumn":16,"endColumn":16}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/components/checkoutpayment/ordersummary.tsx","autoLogPoints":[{"range":{"startLine":213,"endLine":213,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"},{"path":"/users/murilo-mac/documents/repos/loop-web/services/products_api.ts","autoLogPoints":[{"range":{"startLine":128,"endLine":128,"startColumn":0,"endColumn":0}}],"reason":"autoLogPoints"}],"debug":false,"config":{"dateTimeFormat":"HH:mm:ss.SSS","dateTimeDisplayMode":"Absolute","installBinToPath":true,"openLinksInEditor":true,"maxLogViewerEntries":15000,"fontSize":10,"autoClearLogViewerOnFileChanges":true,"outputMode":"In View","captureFunctions":false,"searchUrl":"https://www.google.com/search?q={query}","enableProFeatures":true,"toolsToAutoPatch":["vite","jest","webpack","next.js","nest.js","cypress","http-server","serve","live-server","nuxt","remix","qwik","hydrogen","serverless","astro"],"showErrors":true,"showLogsOnlyFromOpenedFiles":false,"showLogsFromLogPointsOnly":false,"showLogsFromMultipleRunningToolsTogether":false,"predictiveLoggingEnabled":true,"allowConsoleLogToTriggerPredictions":false},"allowedHosts":["localhost","127.0.0.1","example.cypress.io","MuriloMac.local","192.168.100.120"],"host":"127.0.0.1"}
09:17:26.367 info host starting tools discovery and integration
09:17:26.370 info host looking for tools to patch
09:17:26.432 info host worker Starting Host Worker...
09:17:26.673 info host found 4 tool file(s) to patch
09:17:26.673 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/cypress/lib/cypress.js
09:17:26.673 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/webpack/lib/webpack.js
09:17:26.674 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/next/dist/compiled/webpack/bundle5.js
09:17:26.674 info host patching /users/murilo-mac/documents/repos/loop-web/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js
09:17:26.727 info host completed tools discovery and integration
09:17:27.194 info buildHook-4239 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:17:27.194 info buildHook-4239 running tools: next.js
09:17:27.195 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:17:27.196 info buildHook-4239 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:17:27.196 info buildHook-4239 running tools: next.js
09:17:27.380 info buildHook-4241 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:17:27.380 info buildHook-4241 running tools: next.js
09:17:27.382 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:17:27.384 info buildHook-4241 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:17:27.384 info buildHook-4241 running tools: next.js
09:17:27.434 info buildHook-4241 file processed (promise): 0 log points, error handler: false
09:17:27.463 info buildHook-4241 file processed (promise): 66 log points, error handler: false
09:17:27.480 info buildHook-4240 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:17:27.480 info buildHook-4240 running tools: next.js
09:17:27.484 info host client connected: buildHook { address: '::', family: 'IPv6', port: 63807 }
09:17:27.487 info buildHook-4240 allowed tools: vite, jest, webpack, next.js, nest.js, cypress, http-server, serve, live-server, nuxt, remix, qwik, hydrogen, serverless, astro, node
09:17:27.487 info buildHook-4240 running tools: next.js
09:17:27.523 info buildHook-4240 file processed (async): 13 log points, error handler: false
09:17:27.544 info buildHook-4240 file processed (async): 1 log points, error handler: false
09:17:27.569 info buildHook-4240 file processed (stat): 0 log points, error handler: false
09:17:27.666 info buildHook-4240 file processed (async): 14 log points, error handler: false
09:17:27.682 info buildHook-4240 file processed (async): 11 log points, error handler: false
09:17:27.687 info buildHook-4240 file processed (async): 5 log points, error handler: false
09:17:27.694 info buildHook-4240 file processed (async): 1 log points, error handler: false
09:17:27.710 info buildHook-4240 file processed (async): 7 log points, error handler: false
09:17:27.724 info buildHook-4240 file processed (async): 16 log points, error handler: false
09:17:27.751 info buildHook-4240 file processed (async): 74 log points, error handler: false
09:17:27.831 info buildHook-4240 file processed (promise): 0 log points, error handler: false
09:17:27.854 info buildHook-4240 file processed (promise): 66 log points, error handler: false
ArtemGovorov commented 10 months ago

Thanks for providing the full error details. The issue is now fixed and the fix is published in v1.0.263+.