We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abacf1 commit ec9b91bCopy full SHA for ec9b91b
resources/js/admin/script-executors/ScriptExecutors.vue
@@ -538,8 +538,11 @@ export default {
538
this.$root.$emit('add-to-bundle', data);
539
},
540
subscribeToScriptMicroserviceChannel(name) {
541
+ console.log('Start subscription channel');
542
const channel = `build-image-${name}`;
543
+ console.log('Chane name: ', channel);
544
if (this.script_microservice_enabled) {
545
+ console.log('window object', window);
546
// Subscribe to new channel
547
window.ScriptMicroserviceEcho
548
.channel(channel)
0 commit comments