Skip to content

Commit ec9b91b

Browse files
committed
Add console to test in rancher
1 parent 7abacf1 commit ec9b91b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/js/admin/script-executors/ScriptExecutors.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,11 @@ export default {
538538
this.$root.$emit('add-to-bundle', data);
539539
},
540540
subscribeToScriptMicroserviceChannel(name) {
541+
console.log('Start subscription channel');
541542
const channel = `build-image-${name}`;
543+
console.log('Chane name: ', channel);
542544
if (this.script_microservice_enabled) {
545+
console.log('window object', window);
543546
// Subscribe to new channel
544547
window.ScriptMicroserviceEcho
545548
.channel(channel)

0 commit comments

Comments
 (0)