Skip to content

Commit 9d66e81

Browse files
committed
chore: add logs to identify bugsnag unknown exception cause
1 parent f67ea69 commit 9d66e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/worker/WorkerComm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
try {
293293
if(!execHandlerFn){
294294
console.error(`${env}: Unknown exec function received: ${JSON.stringify(data)}`);
295-
response.err = `"Unknown exec function received" ${data}`;
295+
response.err = `"Unknown exec function received" ${data.exec}`;
296296
} else {
297297
response.response = execHandlerFn(data.params);
298298
if(response.response instanceof Promise){

0 commit comments

Comments
 (0)