Skip to content

Commit 281173f

Browse files
committed
DEBUG
1 parent d5bd5fc commit 281173f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devtools-proxy-support/test/electron-test-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const { connect } = require('net');
2525
} catch (err) {
2626
result = { message: err.message, stack: err.stack, ...err };
2727
}
28+
console.error({ result, readyToExecute });
2829
socket.write(JSON.stringify(result) + '\0');
2930
}
3031
}

0 commit comments

Comments
 (0)