Skip to content

Commit ceb55f9

Browse files
committed
adding harmless change to see if this causes smoketests and integration tests to fail
1 parent 1baf483 commit ceb55f9

File tree

1 file changed

+1
-0
lines changed
  • src/vs/workbench/contrib/webview/browser/pre

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/webview/browser/pre/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@
776776
};
777777

778778
function handleInnerDragStartEvent(/** @type {DragEvent} */ e) {
779+
console.log('adding harmless change to see if the SHA is causing my builds to fail')
779780
if (e.defaultPrevented) {
780781
// Extension code has already handled this event
781782
return;

0 commit comments

Comments
 (0)